[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-05-08 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-100318691 No, we don't support recursive queries. --- 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

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-05-08 Thread nchammas
Github user nchammas commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-100312545 Does this patch include support for [recursive CTEs](https://technet.microsoft.com/en-us/library/ms186243) (very useful for hierarchical data)? --- If your project is

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/4929 --- 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 enab

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-04-11 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-91962013 Thanks! Merged to master. --- 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

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-04-02 Thread haiyangsea
Github user haiyangsea commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-89107599 @marmbrus,do you have any other comments here? --- 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

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-87615844 [Test build #29394 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/29394/consoleFull) for PR 4929 at commit [`220b67d`](https://gith

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-87615858 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/29

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-87587319 [Test build #29394 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/29394/consoleFull) for PR 4929 at commit [`220b67d`](https://githu

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-87559960 [Test build #29387 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/29387/consoleFull) for PR 4929 at commit [`d3c7681`](https://gith

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

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

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-29 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-87547538 [Test build #29387 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/29387/consoleFull) for PR 4929 at commit [`d3c7681`](https://githu

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-25 Thread haiyangsea
Github user haiyangsea commented on a diff in the pull request: https://github.com/apache/spark/pull/4929#discussion_r27186638 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -170,21 +170,35 @@ class Analyzer(catalog: Catalog,

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-25 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/4929#discussion_r27183808 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala --- @@ -207,6 +207,26 @@ class SQLQuerySuite extends QueryTest {

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-25 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-86293083 This is an awesome feature! Thanks for working on it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-25 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/4929#discussion_r27183750 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala --- @@ -17,16 +17,11 @@ package org.apache.spark.sql -import

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-25 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/4929#discussion_r27183703 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicOperators.scala --- @@ -134,6 +134,16 @@ case class CreateTableAsSele

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-25 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/4929#discussion_r27183637 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -170,21 +170,35 @@ class Analyzer(catalog: Catalog,

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-25 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/4929#discussion_r27183537 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -170,21 +170,35 @@ class Analyzer(catalog: Catalog,

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-25 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/4929#discussion_r27183452 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -170,21 +170,35 @@ class Analyzer(catalog: Catalog,

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-25 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/4929#discussion_r27183201 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -170,21 +170,35 @@ class Analyzer(catalog: Catalog,

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-23 Thread haiyangsea
Github user haiyangsea commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-85327871 @marmbrus @rxin is this ok to go? --- 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

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77986046 [Test build #28413 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/28413/consoleFull) for PR 4929 at commit [`ff74741`](https://gith

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77986053 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/28

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77979959 [Test build #28413 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/28413/consoleFull) for PR 4929 at commit [`ff74741`](https://githu

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-09 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/4929#discussion_r26082324 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicOperators.scala --- @@ -134,6 +134,10 @@ case class CreateTableAsSelect[T

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77844025 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/28

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77844015 [Test build #28389 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/28389/consoleFull) for PR 4929 at commit [`0d56af4`](https://gith

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-09 Thread haiyangsea
Github user haiyangsea commented on a diff in the pull request: https://github.com/apache/spark/pull/4929#discussion_r26027360 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala --- @@ -287,6 +282,20 @@ class SQLQuerySuite extends QueryTest with BeforeAndAf

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77834974 [Test build #28389 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/28389/consoleFull) for PR 4929 at commit [`0d56af4`](https://githu

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-09 Thread scwf
Github user scwf commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77831871 LGTM --- 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 w

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-09 Thread adrian-wang
Github user adrian-wang commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77811026 This looks like a great feature! --- 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

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-09 Thread adrian-wang
Github user adrian-wang commented on a diff in the pull request: https://github.com/apache/spark/pull/4929#discussion_r26018463 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala --- @@ -287,6 +282,20 @@ class SQLQuerySuite extends QueryTest with BeforeAndA

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77662119 [Test build #28359 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/28359/consoleFull) for PR 4929 at commit [`776a440`](https://gith

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77662126 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/28

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77654757 [Test build #28359 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/28359/consoleFull) for PR 4929 at commit [`776a440`](https://githu

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-06 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77654143 ok to test --- 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 ena

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77516326 Can one of the admins verify this patch? --- 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 pro

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-05 Thread haiyangsea
Github user haiyangsea commented on the pull request: https://github.com/apache/spark/pull/4929#issuecomment-77516194 CTE support: with q1 as ( select key from src where key = '5') select * from q1; with q1 as ( select key from q2 where key = '5'), q2 as ( selec

[GitHub] spark pull request: [SPARK-6199] [SQL] Support CTE in HiveContext ...

2015-03-05 Thread haiyangsea
GitHub user haiyangsea reopened a pull request: https://github.com/apache/spark/pull/4929 [SPARK-6199] [SQL] Support CTE in HiveContext and SQLContext You can merge this pull request into a Git repository by running: $ git pull https://github.com/haiyangsea/spark cte Alternat