-
Notifications
You must be signed in to change notification settings - Fork 2k
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Filing on behalf @krinart / #20658
Two regressions in the DuckDB federation unparser after upgrading to DataFusion 52:
- clickbench q25: Queries like
SELECT "SearchPhrase" ... ORDER BY to_timestamp("EventTime") LIMIT 10produce ORDER BY outside the subquery, referencing table names ("hits") that are out of scope.- tpcds q36: ORDER BY with
GROUPING()expressions loses thederived_sortsubquery alias, placing sort references outside their valid scope.F
To Reproduce
No response
Expected behavior
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working