[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-29 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-651099856


   **[Test build #124625 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124625/testReport)**
 for PR 28875 at commit 
[`d5edef3`](https://github.com/apache/spark/commit/d5edef3c2b950440614fc5c9ee1e770bcd0b9884).
* This patch passes all tests.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
 * `sealed abstract class MergeAction extends Expression with Unevaluable `
 * `case class DeleteAction(condition: Option[Expression]) extends 
MergeAction`



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:
us...@infra.apache.org



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



[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-29 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-650979440


   **[Test build #124625 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124625/testReport)**
 for PR 28875 at commit 
[`d5edef3`](https://github.com/apache/spark/commit/d5edef3c2b950440614fc5c9ee1e770bcd0b9884).



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:
us...@infra.apache.org



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



[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-29 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-650944873


   **[Test build #5047 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/5047/testReport)**
 for PR 28875 at commit 
[`d5edef3`](https://github.com/apache/spark/commit/d5edef3c2b950440614fc5c9ee1e770bcd0b9884).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
 * `sealed abstract class MergeAction extends Expression with Unevaluable `
 * `case class DeleteAction(condition: Option[Expression]) extends 
MergeAction`



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:
us...@infra.apache.org



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



[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-28 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-650919677


   **[Test build #5046 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/5046/testReport)**
 for PR 28875 at commit 
[`d5edef3`](https://github.com/apache/spark/commit/d5edef3c2b950440614fc5c9ee1e770bcd0b9884).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
 * `sealed abstract class MergeAction extends Expression with Unevaluable `
 * `case class DeleteAction(condition: Option[Expression]) extends 
MergeAction`



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:
us...@infra.apache.org



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



[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-28 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-650882027







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:
us...@infra.apache.org



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



[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-28 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-650708229


   **[Test build #124585 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124585/testReport)**
 for PR 28875 at commit 
[`d5edef3`](https://github.com/apache/spark/commit/d5edef3c2b950440614fc5c9ee1e770bcd0b9884).
* This patch **fails due to an unknown error code, -9**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
 * `sealed abstract class MergeAction extends Expression with Unevaluable `
 * `case class DeleteAction(condition: Option[Expression]) extends 
MergeAction`



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:
us...@infra.apache.org



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



[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-27 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-650680152


   **[Test build #124585 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124585/testReport)**
 for PR 28875 at commit 
[`d5edef3`](https://github.com/apache/spark/commit/d5edef3c2b950440614fc5c9ee1e770bcd0b9884).



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:
us...@infra.apache.org



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



[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-23 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-647952066







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:
us...@infra.apache.org



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



[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-23 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-647948382


   **[Test build #124396 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124396/testReport)**
 for PR 28875 at commit 
[`ab97e31`](https://github.com/apache/spark/commit/ab97e31041091b4592f86349eaa81e379022b725).



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:
us...@infra.apache.org



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



[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-22 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-647880852


   **[Test build #124381 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124381/testReport)**
 for PR 28875 at commit 
[`1d39c92`](https://github.com/apache/spark/commit/1d39c925d257555f737ca4505a87b45139e68c74).



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:
us...@infra.apache.org



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



[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-22 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-647878744


   **[Test build #124379 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124379/testReport)**
 for PR 28875 at commit 
[`a6ac363`](https://github.com/apache/spark/commit/a6ac36320c43450e3450972da27ad5af9c5abf54).



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:
us...@infra.apache.org



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



[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-20 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-646951464


   **[Test build #124306 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124306/testReport)**
 for PR 28875 at commit 
[`e18a7a5`](https://github.com/apache/spark/commit/e18a7a52ccf3da3689b6bfc3a623c8d608814ab4).
* This patch passes all tests.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
 * `case class DeleteAction(override val condition: Option[Expression]) 
extends MergeAction(condition)`



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:
us...@infra.apache.org



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



[GitHub] [spark] SparkQA commented on pull request #28875: [SPARK-32030][SQL] Support unlimited MATCHED and NOT MATCHED clauses in MERGE INTO

2020-06-19 Thread GitBox


SparkQA commented on pull request #28875:
URL: https://github.com/apache/spark/pull/28875#issuecomment-646914074


   **[Test build #124306 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/124306/testReport)**
 for PR 28875 at commit 
[`e18a7a5`](https://github.com/apache/spark/commit/e18a7a52ccf3da3689b6bfc3a623c8d608814ab4).



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:
us...@infra.apache.org



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