friendlymatthew opened a new pull request, #20829: URL: https://github.com/apache/datafusion/pull/20829
## Which issue does this PR close? - Closes https://github.com/apache/datafusion/issues/20828 ## Rationale for this change This PR adds a series of benchmarks that compare Parquet row-level filter pushdown for struct field predicates. This establishes a baseline so we can measure the impact of https://github.com/apache/datafusion/issues/20828 To run, use: ```sh cargo bench -p datafusion-datasource-parquet --bench parquet_struct_filter_pushdown ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
