[GitHub] spark pull request #16003: [SPARK-18482][SQL] make sure Spark can access the...

2016-11-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16003 --- 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 #16003: [SPARK-18482][SQL] make sure Spark can access the...

2016-11-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/16003#discussion_r89701384 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogBackwardCompatibilitySuite.scala --- @@ -0,0 +1,251 @@ +/* + *

[GitHub] spark pull request #16003: [SPARK-18482][SQL] make sure Spark can access the...

2016-11-24 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/16003#discussion_r89511159 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala --- @@ -1370,47 +1370,4 @@ class MetastoreDataSourcesSuite

[GitHub] spark pull request #16003: [SPARK-18482][SQL] make sure Spark can access the...

2016-11-24 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/16003#discussion_r8954 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala --- @@ -1370,47 +1370,4 @@ class MetastoreDataSourcesSuite

[GitHub] spark pull request #16003: [SPARK-18482][SQL] make sure Spark can access the...

2016-11-24 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/16003 [SPARK-18482][SQL] make sure Spark can access the table metadata created by older version of spark ## What changes were proposed in this pull request? In Spark 2.1, we did a lot of