You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-51820][SQL][FOLLOWUP][CONNECT] Don't add UnresolvedOrdinal when appending grouping to aggregate expressions
### What changes were proposed in this pull request?
Don't add `UnresolvedOrdinal` when appending grouping to aggregate expressions in Spark Connect.
### Why are the changes needed?
Change is needed to fix a regression caused by #50606 where `UnresolvedOrdinal` would end up in aggregate expression and propagate all the way to `CheckAnalysis` where it would throw an error
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Added a test case for the correct behavior.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#50958 from mihailotim-db/mihailotim-db/fix_unresolved_ordinal.
Authored-by: Mihailo Timotic <mihailo.timotic@databricks.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
0 commit comments