This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 10706aeb3a Fix `map` function alias handling in SQL planner (#18914)
add 3ba7350d59 feat: Support recursive queries with a distinct 'UNION'
(#18254)
No new revisions were added by this update.
Summary of changes:
.../core/tests/data/recursive_cte/closure.csv | 6 ++
datafusion/expr/src/logical_plan/builder.rs | 8 +-
datafusion/physical-plan/src/recursive_query.rs | 102 ++++++++++++++++++---
datafusion/sqllogictest/test_files/cte.slt | 88 +++++++++++++++---
4 files changed, 171 insertions(+), 33 deletions(-)
create mode 100644 datafusion/core/tests/data/recursive_cte/closure.csv
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]