Uh oh!
There was an error while loading. Please reload this page.
[SPARK-30556][SQL][BACKPORT-2.4] Reset the status changed in SQLExecution withThreadLocalCaptured - #27633
Closed
xuanyuanking wants to merge 1 commit into
Closed
[SPARK-30556][SQL][BACKPORT-2.4] Reset the status changed in SQLExecution withThreadLocalCaptured#27633xuanyuanking wants to merge 1 commit into
xuanyuanking wants to merge 1 commit into
Conversation
….withThreadLocalCaptured Follow up for apache#27267, reset the status changed in SQLExecution.withThreadLocalCaptured. For code safety. No. Existing UT. Closesapache#27516 from xuanyuanking/SPARK-30556-follow. (cherry picked from commit a6b91d2)
xuanyuanking
commented
Feb 19, 2020
MemberAuthor
SparkQA
commented
Feb 19, 2020
Test build #118664 has finished for PR 27633 at commit
|
HyukjinKwon
commented
Feb 19, 2020
Member
retest this please |
HyukjinKwon
approved these changes
Feb 19, 2020
SparkQA
commented
Feb 19, 2020
Test build #118667 has finished for PR 27633 at commit
|
cloud-fan
commented
Feb 19, 2020
Contributor
thanks, merging to 2.4! |
cloud-fan pushed a commit
that referenced
this pull request
Feb 19, 2020
…tion withThreadLocalCaptured ### What changes were proposed in this pull request? Follow up for #27267, reset the status changed in SQLExecution.withThreadLocalCaptured. ### Why are the changes needed? For code safety. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Existing UT. (cherry picked from commit a6b91d2) Closes#27633 from xuanyuanking/SPARK-30556-backport. Authored-by: Yuanjian Li <xyliyuanjian@gmail.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
xuanyuanking
commented
Feb 20, 2020
MemberAuthor
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Follow up for #27267, reset the status changed in SQLExecution.withThreadLocalCaptured.
Why are the changes needed?
For code safety.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing UT.
(cherry picked from commit a6b91d2)