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 a85312351 feat: add rule to merge projection. (#5349)
add 554852ed6 Allow DISTINCT with ORDER BY and an aliased select list
(#5307)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/dataframe.rs | 33 ++++++--
datafusion/core/tests/dataframe.rs | 38 ++++++++-
.../core/tests/sqllogictests/test_files/order.slt | 35 +++++++++
datafusion/expr/src/logical_plan/builder.rs | 91 +++++++++++++++++++---
datafusion/sql/src/query.rs | 53 +------------
5 files changed, 181 insertions(+), 69 deletions(-)