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 19bdcdc414 Refactor optimize projections rule, combines (eliminate,
merge, pushdown projections) (#8340)
add 4c914ea1e5 Move merge projections tests to under optimize projections
(#8352)
No new revisions were added by this update.
Summary of changes:
datafusion/optimizer/src/lib.rs | 1 -
datafusion/optimizer/src/merge_projection.rs | 73 ------------------------
datafusion/optimizer/src/optimize_projections.rs | 57 ++++++++++++++++++
3 files changed, 57 insertions(+), 74 deletions(-)
delete mode 100644 datafusion/optimizer/src/merge_projection.rs