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 2019/10/18 17:08:13 UTC

[GitHub] [spark] SparkQA commented on issue #26167: [SPARK-28893][SQL] Support MERGE INTO in the parser and add the corresponding logical plan

SparkQA commented on issue #26167: [SPARK-28893][SQL] Support MERGE INTO in the parser and add the corresponding logical plan
URL: https://github.com/apache/spark/pull/26167#issuecomment-543839585
 
 
   **[Test build #112286 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/112286/testReport)** for PR 26167 at commit [`b375fa9`](https://github.com/apache/spark/commit/b375fa9ae7edf2e393b7b4d70fb56395dd08d871).
    * This patch **fails Scala style tests**.
    * This patch **does not merge cleanly**.
    * This patch adds the following public classes _(experimental)_:
     * `case class MergeIntoStatement(`
     * `sealed abstract class MergeClause(condition: Option[Expression])`
     * `case class DeleteClause(deleteCondition: Option[Expression]) extends MergeClause(deleteCondition)`
     * `case class UpdateClause(updateCondition: Option[Expression],`
     * `case class InsertClause(insertCondition: Option[Expression],`
     * `case class MergeIntoTable(`
     * `sealed abstract class MergeAction(`
     * `case class DeleteAction(deleteCondition: Option[Expression]) extends MergeAction(deleteCondition)`
     * `case class UpdateAction(`
     * `case class InsertAction(`

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


With regards,
Apache Git Services

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