Uh oh!
There was an error while loading. Please reload this page.
[SPARK-4943][SPARK-5251][SQL] Allow table name having dot for db/catalog - #4062
[SPARK-4943][SPARK-5251][SQL] Allow table name having dot for db/catalog#4062scwf wants to merge 13 commits into
Conversation
SparkQA
commented
Jan 15, 2015
Test build #25602 has started for PR 4062 at commit
|
SparkQA
commented
Jan 15, 2015
Test build #25602 has finished for PR 4062 at commit
|
AmplabJenkins
commented
Jan 15, 2015
Test PASSed. |
There was a problem hiding this comment.
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.
@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.
@marmbrus I will make a new PR to fix the database issue after this in.
scwf
commented
Jan 20, 2015
@marmbrus, any other comments here? |
scwf
commented
Jan 22, 2015
ping @marmbrus |
SparkQA
commented
Jan 30, 2015
Test build #26359 has started for PR 4062 at commit
|
SparkQA
commented
Jan 30, 2015
Test build #26359 has finished for PR 4062 at commit
|
AmplabJenkins
commented
Jan 30, 2015
Test PASSed. |
scwf
commented
Jan 30, 2015
ping @marmbrus, is this ok to go? |
scwf
commented
Feb 2, 2015
ping |
SparkQA
commented
Feb 4, 2015
Test build #26708 has started for PR 4062 at commit
|
SparkQA
commented
Feb 4, 2015
Test build #26708 has finished for PR 4062 at commit
|
AmplabJenkins
commented
Feb 4, 2015
Test FAILed. |
SparkQA
commented
Feb 4, 2015
Test build #26715 has started for PR 4062 at commit
|
SparkQA
commented
Feb 4, 2015
Test build #26715 has finished for PR 4062 at commit
|
AmplabJenkins
commented
Feb 4, 2015
Test PASSed. |
marmbrus
commented
Mar 18, 2015
Okay, sorry this didn't make it into 1.3. Mind bringing it up to date? |
scwf
commented
Mar 19, 2015
yeah later back to update this |
liancheng
commented
Apr 15, 2015
Sorry... Would you mind to rebase this again? Thanks! |
SparkQA
commented
Apr 22, 2015
Test build #30753 has started for PR 4062 at commit |
SparkQA
commented
Apr 22, 2015
Test build #30753 has finished for PR 4062 at commit
|
AmplabJenkins
commented
Apr 22, 2015
Test FAILed. |
SparkQA
commented
Apr 22, 2015
Test build #30755 has started for PR 4062 at commit |
SparkQA
commented
Apr 22, 2015
Test build #30755 has finished for PR 4062 at commit
|
AmplabJenkins
commented
Apr 22, 2015
Test PASSed. |
SparkQA
commented
Apr 22, 2015
Test build #30766 has started for PR 4062 at commit |
scwf
commented
Apr 22, 2015
Updated and added test cases. |
SparkQA
commented
Apr 22, 2015
Test build #30766 has finished for PR 4062 at commit
|
AmplabJenkins
commented
Apr 22, 2015
Test PASSed. |
scwf
commented
Apr 22, 2015
To summarize this: |
scwf
commented
Apr 22, 2015
There was a problem hiding this comment.
should not rename this method
scwf
commented
Apr 25, 2015
Jenkins, retest this please |
scwf
commented
Apr 27, 2015
@liancheng , rebased and updated, any comments here? |
scwf
commented
May 3, 2015
Jenkins, retest this please |
AmplabJenkins
commented
May 3, 2015
Merged build triggered. |
AmplabJenkins
commented
May 3, 2015
Merged build started. |
SparkQA
commented
May 3, 2015
Test build #31680 has started for PR 4062 at commit |
SparkQA
commented
May 3, 2015
Test build #31680 has finished for PR 4062 at commit
|
AmplabJenkins
commented
May 3, 2015
Merged build finished. Test PASSed. |
AmplabJenkins
commented
May 3, 2015
Test PASSed. |
scwf
commented
May 6, 2015
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.