[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-02-07 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r99856024 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +919,21 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-28 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98327523 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +919,21 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98325754 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +919,21 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-27 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98325213 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +919,21 @@ private[spark] class HiveExternalCatalog(conf:

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98325110 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +919,21 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-27 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98322377 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +919,21 @@ private[spark] class HiveExternalCatalog(conf:

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16700 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98317878 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +919,21 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98317808 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +919,21 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98317719 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +919,21 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98317671 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -839,6 +839,26 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98317696 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -839,6 +839,26 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98134323 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -839,6 +839,25 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98134168 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +918,22 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98133500 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +918,22 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread windpiger
Github user windpiger commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98131097 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +918,21 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread windpiger
Github user windpiger commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98130978 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -839,6 +839,25 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98057702 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +918,21 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98057316 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +918,21 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98056949 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -899,6 +918,21 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98056608 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -839,6 +839,25 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98056351 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -839,6 +839,25 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98056076 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -839,6 +839,25 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98055867 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -839,6 +839,25 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98055435 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -839,6 +839,25 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r98055321 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -839,6 +839,25 @@ private[spark] class

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread windpiger
Github user windpiger commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r97980819 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalogUtils.scala --- @@ -120,6 +120,24 @@ object

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-26 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r97977055 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalogUtils.scala --- @@ -120,6 +120,24 @@ object

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-25 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r97938408 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalogUtils.scala --- @@ -120,6 +120,17 @@ object

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-25 Thread windpiger
Github user windpiger commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r97938358 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalogUtils.scala --- @@ -120,6 +120,17 @@ object

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-25 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r97933750 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalogUtils.scala --- @@ -120,6 +120,17 @@ object

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-25 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16700#discussion_r97933674 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/ExternalCatalogUtils.scala --- @@ -120,6 +120,17 @@ object

[GitHub] spark pull request #16700: [SPARK-19359][SQL]clear useless path after rename...

2017-01-24 Thread windpiger
GitHub user windpiger opened a pull request: https://github.com/apache/spark/pull/16700 [SPARK-19359][SQL]clear useless path after rename a partition with upper-case by HiveExternalCatalog ## What changes were proposed in this pull request? Hive metastore is not case