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 2020/07/22 08:44:24 UTC

[GitHub] [spark] xuanyuanking opened a new pull request #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

xuanyuanking opened a new pull request #29186:
URL: https://github.com/apache/spark/pull/29186


   ### What changes were proposed in this pull request?
   Delete the temp view created by memory source stream writer in Structured Streaming tests.
   
   ### Why are the changes needed?
   The memory source of stream writer will create temp view here: https://github.com/apache/spark/blob/d2ff5c5bfb29a7b22df3cb49b6584c3e2bec397c/sql/core/src/main/scala/org/apache/spark/sql/streaming/DataStreamWriter.scala#L312
   
   We will hit the "temp view already exists" error when trying to create the view with the same name.
   
   ### Does this PR introduce _any_ user-facing change?
   No, test only.
   
   
   ### How was this patch tested?
   Existing tests.
   


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   **[Test build #126412 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126412/testReport)** for PR 29186 at commit [`98a41b8`](https://github.com/apache/spark/commit/98a41b8b9602a1bf00f7101d83b303bbd1942edc).


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   **[Test build #126320 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126320/testReport)** for PR 29186 at commit [`98c5275`](https://github.com/apache/spark/commit/98c527502bd702f7c60b4f12ffb53553b17bdc0c).


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   **[Test build #126412 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126412/testReport)** for PR 29186 at commit [`98a41b8`](https://github.com/apache/spark/commit/98a41b8b9602a1bf00f7101d83b303bbd1942edc).


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   **[Test build #126320 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126320/testReport)** for PR 29186 at commit [`98c5275`](https://github.com/apache/spark/commit/98c527502bd702f7c60b4f12ffb53553b17bdc0c).


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   **[Test build #126323 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126323/testReport)** for PR 29186 at commit [`b654ebd`](https://github.com/apache/spark/commit/b654ebd022c2dad1cbd085664f8baa0ef3db154d).
    * This patch **fails PySpark unit 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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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] xuanyuanking closed pull request #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

Posted by GitBox <gi...@apache.org>.
xuanyuanking closed pull request #29186:
URL: https://github.com/apache/spark/pull/29186


   


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   **[Test build #126379 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126379/testReport)** for PR 29186 at commit [`b654ebd`](https://github.com/apache/spark/commit/b654ebd022c2dad1cbd085664f8baa0ef3db154d).
    * This patch **fails due to an unknown error code, -9**.
    * 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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


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


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


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


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


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


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   **[Test build #126323 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126323/testReport)** for PR 29186 at commit [`b654ebd`](https://github.com/apache/spark/commit/b654ebd022c2dad1cbd085664f8baa0ef3db154d).


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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] xuanyuanking commented on pull request #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   retest this please


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   Merged build finished. Test FAILed.


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   **[Test build #126379 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126379/testReport)** for PR 29186 at commit [`b654ebd`](https://github.com/apache/spark/commit/b654ebd022c2dad1cbd085664f8baa0ef3db154d).


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   **[Test build #126412 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126412/testReport)** for PR 29186 at commit [`98a41b8`](https://github.com/apache/spark/commit/98a41b8b9602a1bf00f7101d83b303bbd1942edc).
    * This patch **fails Spark unit 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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   **[Test build #126379 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126379/testReport)** for PR 29186 at commit [`b654ebd`](https://github.com/apache/spark/commit/b654ebd022c2dad1cbd085664f8baa0ef3db154d).


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   **[Test build #126323 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126323/testReport)** for PR 29186 at commit [`b654ebd`](https://github.com/apache/spark/commit/b654ebd022c2dad1cbd085664f8baa0ef3db154d).


----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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






----------------------------------------------------------------
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.

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 #29186: [SPARK-32386][SS][TESTS] Fix temp view leaking in Structured Streaming tests

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


   **[Test build #126320 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/126320/testReport)** for PR 29186 at commit [`98c5275`](https://github.com/apache/spark/commit/98c527502bd702f7c60b4f12ffb53553b17bdc0c).
    * 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.

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