-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-24788][SQL] RelationalGroupedDataset.toString with unresolved exprs should not fail #21964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@gatorsmile |
|
Test build #93962 has finished for PR 21964 at commit
|
|
retest this please |
|
Test build #93975 has finished for PR 21964 at commit
|
|
retest this please |
|
Test build #93995 has finished for PR 21964 at commit
|
|
retest this please |
|
Test build #94007 has finished for PR 21964 at commit
|
|
@gatorsmile ping |
gatorsmile
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks! Merged to master.
What changes were proposed in this pull request?
In the current master,
toStringthrows an exception whenRelationalGroupedDatasethas unresolved expressions;This pr fixed code to handle the unresolved case in
RelationalGroupedDataset.toString.Closes #21752
How was this patch tested?
Added tests in
DataFrameAggregateSuite.