-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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
[SPARK-19028] [SQL] Fixed non-thread-safe functions used in SessionCatalog #16437
Conversation
One related PR: #12915 |
Test build #70724 has finished for PR 16437 at commit
|
LGTM, merging to master |
shall we backport it to 2.1/2.0? |
I think we need to backport it. |
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.) |
@markhamstra The JIRA is updated. |
…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>
@gatorsmile it conflicts with branch 2.0, please send a new PR, thanks! |
…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 apache#16437 from gatorsmile/addSyncToLookUpTable.
…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 apache#16437 from gatorsmile/addSyncToLookUpTable.
What changes were proposed in this pull request?
Fixed non-thread-safe functions used in SessionCatalog:
How was this patch tested?
N/A