This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from b137f60b9b Make COPY TO align with CREATE EXTERNAL TABLE (#9604)
add fa7ca27c15 Support "A column is known to be entirely NULL" in
`PruningPredicate` (#9223)
No new revisions were added by this update.
Summary of changes:
datafusion-examples/examples/pruning.rs | 5 +
.../src/datasource/physical_plan/parquet/mod.rs | 2 +-
.../physical_plan/parquet/page_filter.rs | 4 +
.../datasource/physical_plan/parquet/row_groups.rs | 8 +
datafusion/core/src/physical_optimizer/pruning.rs | 516 +++++++++++++++++++--
.../sqllogictest/test_files/repartition_scan.slt | 8 +-
6 files changed, 492 insertions(+), 51 deletions(-)