[GitHub] spark pull request #21655: [SPARK-24675][SQL]Rename table: validate existenc...

2018-07-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/21655 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21655: [SPARK-24675][SQL]Rename table: validate existenc...

2018-07-03 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/21655#discussion_r199963152 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -619,6 +619,7 @@ class SessionCatalog(

[GitHub] spark pull request #21655: [SPARK-24675][SQL]Rename table: validate existenc...

2018-06-28 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/21655#discussion_r198752208 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -441,6 +441,24 @@ abstract class DDLSuite extends QueryTest

[GitHub] spark pull request #21655: [SPARK-24675][SQL]Rename table: validate existenc...

2018-06-28 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/21655#discussion_r198750322 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -1366,4 +1367,18 @@ class SessionCatalog(

[GitHub] spark pull request #21655: [SPARK-24675][SQL]Rename table: validate existenc...

2018-06-28 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/21655#discussion_r198750034 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -1366,4 +1367,18 @@ class SessionCatalog(

[GitHub] spark pull request #21655: [SPARK-24675][SQL]Rename table: validate existenc...

2018-06-28 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/21655#discussion_r198748602 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -441,6 +441,24 @@ abstract class DDLSuite extends QueryTest

[GitHub] spark pull request #21655: [SPARK-24675][SQL]Rename table: validate existenc...

2018-06-28 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/21655#discussion_r198748442 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -1366,4 +1367,18 @@ class SessionCatalog(

[GitHub] spark pull request #21655: [SPARK-24675][SQL]Rename table: validate existenc...

2018-06-28 Thread gengliangwang
GitHub user gengliangwang opened a pull request: https://github.com/apache/spark/pull/21655 [SPARK-24675][SQL]Rename table: validate existence of new location ## What changes were proposed in this pull request? If table is renamed to a existing new location, data won't show up.