Skip to content

Support parquet statistics for struct columns #8334

Description

@alamb

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions