alamb opened a new issue, #8334: URL: https://github.com/apache/arrow-datafusion/issues/8334
### Is your feature request related to a problem or challenge? While working on https://github.com/apache/arrow-datafusion/pull/8294 @tustvold noted that the statistics extraction code does not do the right thing with `Struct`s that were written to parquet I think the usecase is something like the following query: ```sql 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_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
