Uh oh!
There was an error while loading. Please reload this page.
[SPARK-51820][SQL][CONNECT] Address remaining issues for new group/order by ordinal approach - #50699
Conversation
206a6fc to
bad8633Comparegroup/order by ordinal approachbad8633 to
6aee218Comparemihailoale-db
commented
Apr 25, 2025
IIUC we changed the API/approach for functions that explicitly add |
cloud-fan
commented
Apr 27, 2025
We should check all DataFrame APIs, but |
Uh oh!
There was an error while loading. Please reload this page.
b4d1ed0 to
1003a53Comparemihailoale-db
commented
Apr 28, 2025
@cloud-fan Agree that |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mihailotim-db
commented
Apr 28, 2025
@mihailoale-db We are only interested in what happens in early batches (before |
1003a53 to
1d4925fCompare1d4925f to
927bdc8Comparecloud-fan
commented
Apr 29, 2025
thanks, merging to master! |
What changes were proposed in this pull request?
This is a followup to #50606, to address remaining issues in fixed-point analyzer and parser. This PR does the following:
SparkConnectandDataframeAPIDataframeAPIWhy are the changes needed?
To address current issue with
UnresolvedOrdinalDoes this PR introduce any user-facing change?
No
How was this patch tested?
Added a new test suite and existing tests.
Was this patch authored or co-authored using generative AI tooling?
No