You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/11/04 15:07:12 UTC

[arrow-datafusion] branch master updated (60f3ef692 -> 695cedc7a)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 60f3ef692 Simplify small InListExpr (#4090)
     add 695cedc7a Correctness integration test for parquet filter pushdown (#3976)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/Cargo.toml                         |   1 +
 .../core/src/physical_plan/file_format/parquet.rs  |  12 +-
 datafusion/core/src/physical_plan/metrics/mod.rs   |  17 +
 datafusion/core/tests/parquet_filter_pushdown.rs   | 435 +++++++++++++++++++++
 test-utils/src/data_gen.rs                         |  41 +-
 5 files changed, 494 insertions(+), 12 deletions(-)
 create mode 100644 datafusion/core/tests/parquet_filter_pushdown.rs