This is an automated email from the ASF dual-hosted git repository.
xudong963 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git.
from 122837d *: fix #1727 (#2085)
add 3d31915 Fix lost filters and projections in ParquetExec, CSVExec etc
(#2077)
No new revisions were added by this update.
Summary of changes:
datafusion/src/physical_optimizer/pruning.rs | 5 ++++
datafusion/src/physical_optimizer/repartition.rs | 32 +++++++++++-----------
datafusion/src/physical_plan/file_format/csv.rs | 3 +-
datafusion/src/physical_plan/file_format/mod.rs | 16 +++++++++++
.../src/physical_plan/file_format/parquet.rs | 24 ++++++++++++----
datafusion/src/physical_plan/mod.rs | 2 +-
datafusion/tests/sql/explain_analyze.rs | 8 +++---
datafusion/tests/user_defined_plan.rs | 6 ++--
8 files changed, 66 insertions(+), 30 deletions(-)