You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
@Veeupup implemented the great parquet_metadata feature in #8413 ❤️
While playing around with it however, I noticed that the formatting of string statistics was not super easy to interpret as it is formatted something like [72, 101, 108, 108, 111]
It would be nice if the output was formatted as an actual string for string arrays. For example as duckdb does (showing that [72, 101, 108, 108, 111] as Hello
I think this would be a good first issue as there is already an existing test framework and the code is there, it just needs to be updated to improve the display
Is your feature request related to a problem or challenge?
@Veeupup implemented the great
parquet_metadata
feature in #8413 ❤️While playing around with it however, I noticed that the formatting of string statistics was not super easy to interpret as it is formatted something like
[72, 101, 108, 108, 111]
For example:
Describe the solution you'd like
It would be nice if the output was formatted as an actual string for string arrays. For example as duckdb does (showing that
[72, 101, 108, 108, 111]
asHello
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: