[GitHub] spark pull request: [SPARK-12363] [SQL] Inline Hive parser into sp...

2015-12-29 Thread nongli
Github user nongli closed the pull request at: https://github.com/apache/spark/pull/10420 --- 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 ena

[GitHub] spark pull request: [SPARK-12363] [SQL] Inline Hive parser into sp...

2015-12-27 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/10420#discussion_r48458597 --- Diff: sql/hive/src/main/java/org/apache/spark/sql/parser/ParseDriver.java --- @@ -0,0 +1,260 @@ +/** + * Licensed to the Apache Software Found

[GitHub] spark pull request: [SPARK-12363] [SQL] Inline Hive parser into sp...

2015-12-27 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/10420#discussion_r48458578 --- Diff: sql/hive/src/main/java/org/apache/spark/sql/parser/ParseDriver.java --- @@ -0,0 +1,260 @@ +/** + * Licensed to the Apache Software Found

[GitHub] spark pull request: [SPARK-12363] [SQL] Inline Hive parser into sp...

2015-12-27 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/10420#discussion_r48458564 --- Diff: sql/hive/src/main/java/org/apache/spark/sql/parser/ParseDriver.java --- @@ -0,0 +1,260 @@ +/** + * Licensed to the Apache Software Found

[GitHub] spark pull request: [SPARK-12363] [SQL] Inline Hive parser into sp...

2015-12-21 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10420#issuecomment-166519832 Not sure if you have already done it. If not, we should make sure we make it clear in source code that this is coming from Hive. --- If your project is set up for it, you

[GitHub] spark pull request: [SPARK-12363] [SQL] Inline Hive parser into sp...

2015-12-21 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10420#issuecomment-166519668 I think you meant https://issues.apache.org/jira/browse/SPARK-12362, not 12363? --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] spark pull request: [SPARK-12363] [SQL] Inline Hive parser into sp...

2015-12-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10420#issuecomment-166443491 Merged build finished. Test FAILed. --- 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 projec

[GitHub] spark pull request: [SPARK-12363] [SQL] Inline Hive parser into sp...

2015-12-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10420#issuecomment-166443494 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-12363] [SQL] Inline Hive parser into sp...

2015-12-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10420#issuecomment-166443483 **[Test build #48132 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48132/consoleFull)** for PR 10420 at commit [`7e1a145`](https://g

[GitHub] spark pull request: [SPARK-12363] [SQL] Inline Hive parser into sp...

2015-12-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10420#issuecomment-166441617 **[Test build #48132 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/48132/consoleFull)** for PR 10420 at commit [`7e1a145`](https://gi

[GitHub] spark pull request: [SPARK-12363] [SQL] Inline Hive parser into sp...

2015-12-21 Thread nongli
GitHub user nongli opened a pull request: https://github.com/apache/spark/pull/10420 [SPARK-12363] [SQL] Inline Hive parser into spark sql This is a WIP. This inlines the hive sql grammar parser into spark sql in the hive subproject. This should eventually be moved into the SQL