alamb commented on code in PR #11479: URL: https://github.com/apache/datafusion/pull/11479#discussion_r1678376971
########## datafusion/core/src/datasource/physical_plan/parquet/page_filter.rs: ########## @@ -521,6 +518,31 @@ macro_rules! get_min_max_values_for_page_index { }}; } +// Copy from arrow-rs Review Comment: This is needed because the PagesPruningStatistics is not in terms of the `StatisticsConverter` code yet. I will try and do that in a separate PR and avoid the need for this -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org