[GitHub] spark pull request #17061: [SPARK-13446] [SQL] Support reading data from Hiv...

2017-03-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17061 --- 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 #17061: [SPARK-13446] [SQL] Support reading data from Hiv...

2017-03-03 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17061#discussion_r104262397 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala --- @@ -98,7 +98,10 @@ class VersionsSuite extends QueryTest with

[GitHub] spark pull request #17061: [SPARK-13446] [SQL] Support reading data from Hiv...

2017-03-03 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17061#discussion_r104261953 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala --- @@ -98,7 +98,10 @@ class VersionsSuite extends QueryTest with

[GitHub] spark pull request #17061: [SPARK-13446] [SQL] Support reading data from Hiv...

2017-03-03 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17061#discussion_r104261002 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala --- @@ -98,7 +98,10 @@ class VersionsSuite extends QueryTest with

[GitHub] spark pull request #17061: [SPARK-13446] [SQL] Support reading data from Hiv...

2017-03-03 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17061#discussion_r104260866 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala --- @@ -98,7 +98,10 @@ class VersionsSuite extends QueryTest with

[GitHub] spark pull request #17061: [SPARK-13446] [SQL] Support reading data from Hiv...

2017-03-03 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17061#discussion_r104227900 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala --- @@ -98,7 +98,10 @@ class VersionsSuite extends QueryTest with

[GitHub] spark pull request #17061: [SPARK-13446] [SQL] Support reading data from Hiv...

2017-03-03 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/17061#discussion_r104226078 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/client/package.scala --- @@ -62,6 +62,13 @@ package object client {

[GitHub] spark pull request #17061: [SPARK-13446] [SQL] Support reading data from Hiv...

2017-03-03 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17061#discussion_r104225709 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/client/package.scala --- @@ -62,6 +62,13 @@ package object client {

[GitHub] spark pull request #17061: [SPARK-13446] [SQL] Support reading data from Hiv...

2017-02-25 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17061#discussion_r103085522 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala --- @@ -98,7 +98,10 @@ class VersionsSuite extends QueryTest with

[GitHub] spark pull request #17061: [SPARK-13446] [SQL] Support reading data from Hiv...

2017-02-24 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/17061 [SPARK-13446] [SQL] Support reading data from Hive 2.0.0 metastore [WIP] ### What changes were proposed in this pull request? This PR is to make Spark work with Hive 2.x's metastores.