-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-4943][SPARK-5251][SQL] Allow table name having dot for db/catalog #4062
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
|
Test build #25602 has started for PR 4062 at commit
|
|
Test build #25602 has finished for PR 4062 at commit
|
|
Test PASSed. |
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.
Why hardcode default here? When a database isn't specified its up to the catalog to use the current one, where as this will ignore any USE statements that have been run.
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.
@marmbrus yes, this just inherited from the old version. Now invalidateTable do not support database as you suggest, so here is a todo in line 102, how about make another PR to fix this? or do it in this PR?
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.
@marmbrus I will make a new PR to fix the database issue after this in.
|
@marmbrus, any other comments here? |
|
ping @marmbrus |
|
Test build #26359 has started for PR 4062 at commit
|
|
Test build #26359 has finished for PR 4062 at commit
|
|
Test PASSed. |
|
ping @marmbrus, is this ok to go? |
|
ping |
|
Test build #26708 has started for PR 4062 at commit
|
|
Test build #26708 has finished for PR 4062 at commit
|
|
Test FAILed. |
|
Test build #26715 has started for PR 4062 at commit
|
|
Test build #26715 has finished for PR 4062 at commit
|
|
Test PASSed. |
|
Okay, sorry this didn't make it into 1.3. Mind bringing it up to date? |
|
yeah later back to update this |
|
Sorry... Would you mind to rebase this again? Thanks! |
|
Test build #30753 has started for PR 4062 at commit |
|
Test build #30753 has finished for PR 4062 at commit
|
|
Test FAILed. |
|
Test build #30755 has started for PR 4062 at commit |
|
Test build #30755 has finished for PR 4062 at commit
|
|
Test PASSed. |
|
Test build #30766 has started for PR 4062 at commit |
|
Updated and added test cases. |
|
Test build #30766 has finished for PR 4062 at commit
|
|
Test PASSed. |
|
To summarize this: |
|
/cc @marmbrus @liancheng |
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.
should not rename this method
|
Jenkins, retest this please |
|
@liancheng , rebased and updated, any comments here? |
|
Jenkins, retest this please |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #31680 has started for PR 4062 at commit |
|
Test build #31680 has finished for PR 4062 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
ping |
Follow up for #3941 and #3960, in this PR
1 enable ddl table name having dot
2 enable hivecontext related api support dot table name with
tableIdentifier3 remove
QualifiedTableNamewhich do not match the other API, using tableIdentifier instead.