[SPARK-51820][SQL][CONNECT] Address remaining issues for new group/order by ordinal approach - #50699
Conversation
206a6fc to
bad8633
Compare
group/order by ordinal approach
bad8633 to
6aee218
Compare
|
IIUC we changed the API/approach for functions that explicitly add |
|
We should check all DataFrame APIs, but |
b4d1ed0 to
1003a53
Compare
|
@cloud-fan Agree that |
|
@mihailoale-db We are only interested in what happens in early batches (before |
1003a53 to
1d4925f
Compare
1d4925f to
927bdc8
Compare
|
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