Uh oh!
There was an error while loading. Please reload this page.
[SPARK-15820][PySpark][SQL]Add Catalog.refreshTable into python API - #13558
[SPARK-15820][PySpark][SQL]Add Catalog.refreshTable into python API#13558WeichenXu123 wants to merge 2 commits into
Conversation
SparkQA
commented
Jun 8, 2016
Test build #60159 has finished for PR 13558 at commit
|
WeichenXu123
commented
Jun 8, 2016
Jenkins, test this please. |
SparkQA
commented
Jun 8, 2016
Test build #60162 has finished for PR 13558 at commit
|
WeichenXu123
commented
Jun 8, 2016
Jenkins, test this please. |
SparkQA
commented
Jun 8, 2016
Test build #60169 has finished for PR 13558 at commit
|
WeichenXu123
commented
Jun 8, 2016
Jenkins, test this please. |
SparkQA
commented
Jun 8, 2016
Test build #60173 has finished for PR 13558 at commit
|
WeichenXu123
commented
Jun 8, 2016
Jenkins, test this please. |
SparkQA
commented
Jun 8, 2016
Test build #60179 has finished for PR 13558 at commit
|
WeichenXu123
commented
Jun 9, 2016
Jenkins, test this please. |
SparkQA
commented
Jun 9, 2016
Test build #60220 has finished for PR 13558 at commit
|
eedb961 to
8d87c0fCompareSparkQA
commented
Jun 9, 2016
Test build #60226 has finished for PR 13558 at commit
|
WeichenXu123
commented
Jun 10, 2016
Jenkins, test this please. |
SparkQA
commented
Jun 10, 2016
Test build #60266 has finished for PR 13558 at commit
|
WeichenXu123
commented
Jun 13, 2016
Jenkins, test this please. |
SparkQA
commented
Jun 13, 2016
Test build #60378 has finished for PR 13558 at commit
|
andrewor14
commented
Jun 13, 2016
Looks good. Jenks retest this please |
SparkQA
commented
Jun 13, 2016
Test build #60446 has finished for PR 13558 at commit
|
WeichenXu123
commented
Jun 14, 2016
@andrewor14 It looks strange, I test on my own machine and it is all OK. If it is the test server's problem? |
MLnick
commented
Jun 17, 2016
jenkins retest this please |
SparkQA
commented
Jun 17, 2016
Test build #60701 has finished for PR 13558 at commit
|
| @since(2.0) | ||
| def refreshTable(self, tableName): | ||
| """Invalidate and refresh all the cached the metadata of the given table.""" |
There was a problem hiding this comment.
There's an extra "the" in this comment, should be refresh all the cached metadata
There was a problem hiding this comment.
@MLnick Done. I also correct the comment with extra "the" in the scala code. Thanks!
SparkQA
commented
Jun 17, 2016
Test build #60705 has finished for PR 13558 at commit
|
WeichenXu123
commented
Jun 19, 2016
@andrewor14 The PR is OK now. |
WeichenXu123
commented
Jun 27, 2016
cc @liancheng Thanks! |
liancheng
commented
Jun 30, 2016
LGTM, merging to master and branch-2.0. |
## What changes were proposed in this pull request? Add Catalog.refreshTable API into python interface for Spark-SQL. ## How was this patch tested? Existing test. Author: WeichenXu <WeichenXu123@outlook.com> Closes#13558 from WeichenXu123/update_python_sql_interface_refreshTable. (cherry picked from commit 5344bad) Signed-off-by: Cheng Lian <lian@databricks.com>
What changes were proposed in this pull request?
Add Catalog.refreshTable API into python interface for Spark-SQL.
How was this patch tested?
Existing test.