-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
While working on #8294 @tustvold noted that the statistics extraction code does not do the right thing with Structs that were written to parquet
I think the usecase is something like the following query:
SELECT *
FROM my_table
WHERE struct_column = struct('foo', 'bar')Describe the solution you'd like
I would like the parquet statistics reading code to handle structs (I think).
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request