This is an automated email from the ASF dual-hosted git repository.
yangjiang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from d698d9deb6 fix: Support Dict types in `in_list` physical plans (#10031)
add 671cef85c5 Prune pages are all null in ParquetExec by row_counts and
fix NOT NULL prune (#10051)
No new revisions were added by this update.
Summary of changes:
.../physical_plan/parquet/page_filter.rs | 16 +++++-
datafusion/core/src/physical_optimizer/pruning.rs | 49 +++++++++-------
datafusion/core/tests/parquet/mod.rs | 65 +++++++++++++++++++---
datafusion/core/tests/parquet/page_pruning.rs | 51 +++++++++++++++++
datafusion/core/tests/parquet/row_group_pruning.rs | 2 +-
5 files changed, 153 insertions(+), 30 deletions(-)