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


   **[Test build #130310 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/130310/testReport)**
 for PR 29882 at commit 
[`8d021f2`](https://github.com/apache/spark/commit/8d021f2161c4868cd7a098a11ad56e8c278967ec).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `case class UnaryMinus(`
     * `abstract class BinaryArithmetic(failOnError: Boolean)`
     * `case class Add(`
     * `case class Subtract(`
     * `case class Multiply(`
     * `abstract class DivModLike(failOnError: Boolean) extends 
BinaryArithmetic(failOnError) `
     * `case class Divide(`
     * `case class Remainder(`
     * `case class Pmod(`
     * `case class BitwiseAnd(left: Expression, right: Expression) extends 
BinaryArithmetic(false) `
     * `case class BitwiseOr(left: Expression, right: Expression) extends 
BinaryArithmetic(false) `
     * `case class BitwiseXor(left: Expression, right: Expression) extends 
BinaryArithmetic(false) `


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

Reply via email to