refactor: do ambiguous_distinct_check in select#14180
refactor: do ambiguous_distinct_check in select#14180lichuang wants to merge 21 commits intoapache:mainfrom
Conversation
… of traversing the plan looking for projection node
|
@jonahgao in #10234 (comment) comment:
If not traversing the plan looking for projection node, how to do |
My thought is to handle it in select_to_plan, where the original select list and the distinct flag are both available. |
@jonahgao |
My plan is for the DataFrame to keep using SQL has well-known specs for handling |
|
@jonahgao please help me review this pr |
|
This PR seems to be failing CI tests -- marking it as draft while those are resolved to make it clear this isn't waiitng on review (I am trying to reduce the review queue) |
|
Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or this will be closed in 7 days. |
Which issue does this PR close?
ORDER BY,HAVING,DISTINCT, etc #10326.refactor: do ambiguous_distinct_check in select
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?