-
Notifications
You must be signed in to change notification settings - Fork 29k
Revert "[SPARK-29721][SQL] Prune unnecessary nested fields from Generate without Project #27504
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
…ate without Project" This reverts commit a0e63b6.
|
cc @gatorsmile |
|
Test build #118088 has finished for PR 27504 at commit
|
|
retest this please |
|
Test build #118093 has finished for PR 27504 at commit
|
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 for your work!
|
Late LGTM. |
|
And 'branch-3.0'? |
|
Hi, @gatorsmile . When you reopen this JIRA issue, please remove |
|
I'll backport this to |
…ate without Project This reverts commit a0e63b6. ### What changes were proposed in this pull request? This reverts the patch at #26978 based on gatorsmile's suggestion. ### Why are the changes needed? Original patch #26978 has not considered a corner case. We may need to put more time on ensuring we can cover all cases. ### Does this PR introduce any user-facing change? No ### How was this patch tested? Unit test. Closes #27504 from viirya/revert-SPARK-29721. Authored-by: Liang-Chi Hsieh <[email protected]> Signed-off-by: Xiao Li <[email protected]>
…ate without Project This reverts commit a0e63b6. ### What changes were proposed in this pull request? This reverts the patch at apache#26978 based on gatorsmile's suggestion. ### Why are the changes needed? Original patch apache#26978 has not considered a corner case. We may need to put more time on ensuring we can cover all cases. ### Does this PR introduce any user-facing change? No ### How was this patch tested? Unit test. Closes apache#27504 from viirya/revert-SPARK-29721. Authored-by: Liang-Chi Hsieh <[email protected]> Signed-off-by: Xiao Li <[email protected]>
This reverts commit a0e63b6.
What changes were proposed in this pull request?
This reverts the patch at #26978 based on @gatorsmile's suggestion.
Why are the changes needed?
Original patch #26978 has not considered a corner case. We may need to put more time on ensuring we can cover all cases.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Unit test.