You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/10/12 04:26:26 UTC

[GitHub] [spark] AngersZhuuuu opened a new pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

AngersZhuuuu opened a new pull request #34252:
URL: https://github.com/apache/spark/pull/34252


   ### What changes were proposed in this pull request?
   For current SQL grammar
   ```
   INSERT INTO t_delta (WITH v1(c1) as (values (1)) select 1, 2,3 from v1);   OK
   INSERT INTO t_delta WITH v1(c1) as (values (1)) select 1, 2,3 from v1;    FAILED
   ```
   It's caused by 
   ```
   insertInto query queryOrganization
   ```
   
   Here change to 
   ```
   insert query
   ```
   can support CTE after insert
   
   
   ### Why are the changes needed?
   Support CTE after insert query
   
   ### Does this PR introduce _any_ user-facing change?
   
   
   
   ### How was this patch tested?
   Added UT
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940691611


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48599/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AngersZhuuuu commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AngersZhuuuu commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940646842


   ping @cloud-fan 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-941052818


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/144140/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940818969


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/144122/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940937756


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48617/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AngersZhuuuu commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AngersZhuuuu commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-941854886


   ping @cloud-fan 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-943503901


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48744/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940647114


   **[Test build #144122 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144122/testReport)** for PR 34252 at commit [`8a1b4e4`](https://github.com/apache/spark/commit/8a1b4e404c03e83602de16aac44dda2ccdb2f298).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940951707


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48617/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AngersZhuuuu commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AngersZhuuuu commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940811963


   > can you also update the sql reference doc?
   
   How about current?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] cloud-fan commented on a change in pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on a change in pull request #34252:
URL: https://github.com/apache/spark/pull/34252#discussion_r726875461



##########
File path: sql/core/src/test/scala/org/apache/spark/sql/sources/InsertSuite.scala
##########
@@ -1055,6 +1055,14 @@ class InsertSuite extends DataSourceTest with SharedSparkSession {
       }
     }
   }
+
+  test("SPARK-36980: Insert support query with CTE") {
+    withTable("t") {
+      sql("CREATE TABLE t(i int, part1 int, part2 int) using parquet")
+      sql("INSERT INTO t WITH v1(c1) as (values (1)) select 1, 2,3 from v1")

Review comment:
       ```suggestion
         sql("INSERT INTO t WITH v1(c1) as (values (1)) select 1, 2, 3 from v1")
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AngersZhuuuu commented on a change in pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AngersZhuuuu commented on a change in pull request #34252:
URL: https://github.com/apache/spark/pull/34252#discussion_r726913219



##########
File path: sql/core/src/test/scala/org/apache/spark/sql/sources/InsertSuite.scala
##########
@@ -1055,6 +1055,14 @@ class InsertSuite extends DataSourceTest with SharedSparkSession {
       }
     }
   }
+
+  test("SPARK-36980: Insert support query with CTE") {
+    withTable("t") {
+      sql("CREATE TABLE t(i int, part1 int, part2 int) using parquet")
+      sql("INSERT INTO t WITH v1(c1) as (values (1)) select 1, 2,3 from v1")

Review comment:
       Done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940818969


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/144122/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940647114


   **[Test build #144122 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144122/testReport)** for PR 34252 at commit [`8a1b4e4`](https://github.com/apache/spark/commit/8a1b4e404c03e83602de16aac44dda2ccdb2f298).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AngersZhuuuu removed a comment on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AngersZhuuuu removed a comment on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-941854886


   ping @cloud-fan 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-941052818


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/144140/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AngersZhuuuu commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AngersZhuuuu commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-941854886


   ping @cloud-fan 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940818095


   **[Test build #144140 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144140/testReport)** for PR 34252 at commit [`39307ba`](https://github.com/apache/spark/commit/39307baf22568c2627150653a405f89658b03595).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940817024


   **[Test build #144122 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144122/testReport)** for PR 34252 at commit [`8a1b4e4`](https://github.com/apache/spark/commit/8a1b4e404c03e83602de16aac44dda2ccdb2f298).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940726866


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48599/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940818095


   **[Test build #144140 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144140/testReport)** for PR 34252 at commit [`39307ba`](https://github.com/apache/spark/commit/39307baf22568c2627150653a405f89658b03595).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940726866


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48599/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] cloud-fan commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940776402


   can you also update the sql reference doc?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940951707


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/48617/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-941050859


   **[Test build #144140 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144140/testReport)** for PR 34252 at commit [`39307ba`](https://github.com/apache/spark/commit/39307baf22568c2627150653a405f89658b03595).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940893761


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48617/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-940723859


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/48599/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-943460046


   **[Test build #144265 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144265/testReport)** for PR 34252 at commit [`846f6c8`](https://github.com/apache/spark/commit/846f6c85dc1dbd93858def28f6d69e5b697b8795).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AngersZhuuuu commented on pull request #34252: [SPARK-36980][SQL] Insert support query with CTE

Posted by GitBox <gi...@apache.org>.
AngersZhuuuu commented on pull request #34252:
URL: https://github.com/apache/spark/pull/34252#issuecomment-943440993


   ping @cloud-fan 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org