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

[arrow-datafusion] branch master updated (fc0300179 -> f61b43ad7)

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

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


    from fc0300179 Appease clippy (#4101)
     add f61b43ad7 move row_filter code and Extract page filter code into its own module (#4099)

No new revisions were added by this update.

Summary of changes:
 .../core/src/physical_plan/file_format/mod.rs      |   1 -
 .../core/src/physical_plan/file_format/parquet.rs  | 549 ++-------------------
 .../physical_plan/file_format/parquet/metrics.rs   |  75 +++
 .../file_format/parquet/page_filter.rs             | 514 +++++++++++++++++++
 .../file_format/{ => parquet}/row_filter.rs        |   1 -
 5 files changed, 620 insertions(+), 520 deletions(-)
 create mode 100644 datafusion/core/src/physical_plan/file_format/parquet/metrics.rs
 create mode 100644 datafusion/core/src/physical_plan/file_format/parquet/page_filter.rs
 rename datafusion/core/src/physical_plan/file_format/{ => parquet}/row_filter.rs (99%)