Uh oh!
There was an error while loading. Please reload this page.
[SPARK-19028] [SQL] Fixed non-thread-safe functions used in SessionCatalog - #16437
Closed
gatorsmile wants to merge 1 commit into
Closed
[SPARK-19028] [SQL] Fixed non-thread-safe functions used in SessionCatalog#16437gatorsmile wants to merge 1 commit into
gatorsmile wants to merge 1 commit into
Conversation
gatorsmile
commented
Dec 29, 2016
MemberAuthor
MemberAuthor
One related PR: #12915 |
SparkQA
commented
Dec 29, 2016
Test build #70724 has finished for PR 16437 at commit
|
cloud-fan
commented
Dec 31, 2016
Contributor
LGTM, merging to master |
Contributor
shall we backport it to 2.1/2.0? |
gatorsmile
commented
Dec 31, 2016
MemberAuthor
I think we need to backport it. |
markhamstra
commented
Dec 31, 2016
Contributor
Please update the description in the JIRA ticket. What is there now is simply not adequate, meaning that if anyone has to come back and address this issue some time on the future, what is there does not describe why a change was needed sufficiently for that person to avoid needing to look at the details in the code (which may well be quite different by that time.) |
gatorsmile
commented
Jan 1, 2017
MemberAuthor
@markhamstra The JIRA is updated. |
asfgit pushed a commit
that referenced
this pull request
Jan 3, 2017
…alog ### What changes were proposed in this pull request? Fixed non-thread-safe functions used in SessionCatalog: - refreshTable - lookupRelation ### How was this patch tested? N/A Author: gatorsmile <gatorsmile@gmail.com> Closes#16437 from gatorsmile/addSyncToLookUpTable. (cherry picked from commit 35e9740) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
cloud-fan
commented
Jan 3, 2017
Contributor
@gatorsmile it conflicts with branch 2.0, please send a new PR, thanks! |
cmonkey pushed a commit
to cmonkey/spark
that referenced
this pull request
Jan 4, 2017
…alog ### What changes were proposed in this pull request? Fixed non-thread-safe functions used in SessionCatalog: - refreshTable - lookupRelation ### How was this patch tested? N/A Author: gatorsmile <gatorsmile@gmail.com> Closesapache#16437 from gatorsmile/addSyncToLookUpTable.
uzadude pushed a commit
to uzadude/spark
that referenced
this pull request
Jan 27, 2017
…alog ### What changes were proposed in this pull request? Fixed non-thread-safe functions used in SessionCatalog: - refreshTable - lookupRelation ### How was this patch tested? N/A Author: gatorsmile <gatorsmile@gmail.com> Closesapache#16437 from gatorsmile/addSyncToLookUpTable.
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?
Fixed non-thread-safe functions used in SessionCatalog:
How was this patch tested?
N/A