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/datafusion.git
from 8e2bfa4747 Fix predicate pushdown for custom SchemaAdapters (#15263)
add 19dd46d3c6 fix: handle duplicate WindowFunction expressions in
Substrait consumer (#15211)
No new revisions were added by this update.
Summary of changes:
datafusion/expr/src/logical_plan/builder.rs | 2 +-
datafusion/expr/src/utils.rs | 2 +-
datafusion/substrait/src/logical_plan/consumer.rs | 16 +++-
datafusion/substrait/tests/cases/logical_plans.rs | 66 ++++++++++++-
...substrait.json => double_window.substrait.json} | 103 ++++++++-------------
... double_window_distinct_windows.substrait.json} | 95 ++++++++-----------
6 files changed, 158 insertions(+), 126 deletions(-)
copy
datafusion/substrait/tests/testdata/test_plans/{select_window.substrait.json =>
double_window.substrait.json} (50%)
copy
datafusion/substrait/tests/testdata/test_plans/{select_window.substrait.json =>
double_window_distinct_windows.substrait.json} (58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]