[GitHub] spark pull request #14801: [SPARK-17234] [SQL] Table Existence Checking when...

2016-11-26 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14801#discussion_r89679622 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -171,9 +172,13 @@ private[spark] class

[GitHub] spark pull request #14801: [SPARK-17234] [SQL] Table Existence Checking when...

2016-08-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14801 --- 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 #14801: [SPARK-17234] [SQL] Table Existence Checking when...

2016-08-29 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14801#discussion_r76720319 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala --- @@ -637,6 +639,36 @@ class HiveDDLSuite } }

[GitHub] spark pull request #14801: [SPARK-17234] [SQL] Table Existence Checking when...

2016-08-29 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14801#discussion_r76720278 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala --- @@ -218,6 +218,12 @@ class VersionsSuite extends SparkFunSuite

[GitHub] spark pull request #14801: [SPARK-17234] [SQL] Table Existence Checking when...

2016-08-29 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14801#discussion_r76719642 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala --- @@ -637,6 +639,36 @@ class HiveDDLSuite } }

[GitHub] spark pull request #14801: [SPARK-17234] [SQL] Table Existence Checking when...

2016-08-29 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14801#discussion_r76719507 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala --- @@ -218,6 +218,12 @@ class VersionsSuite extends SparkFunSuite

[GitHub] spark pull request #14801: [SPARK-17234] [SQL] Table Existence Checking when...

2016-08-29 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14801#discussion_r76663011 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -450,7 +455,11 @@ private[spark] class

[GitHub] spark pull request #14801: [SPARK-17234] [SQL] Table Existence Checking when...

2016-08-29 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14801#discussion_r76565215 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala --- @@ -450,7 +455,11 @@ private[spark] class

[GitHub] spark pull request #14801: [SPARK-17234] [SQL] Table Existence Checking when...

2016-08-25 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/14801 [SPARK-17234] [SQL] Table Existence Checking when Index Table with the Same Name Exists ### What changes were proposed in this pull request? Hive Index tables are not supported by Spark