Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/15799
  
    **[Test build #68304 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/68304/consoleFull)**
 for PR 15799 at commit 
[`8921868`](https://github.com/apache/spark/commit/8921868ca7b139f04d158b3a5b54775dae0623c7).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `case class Md5(child: Expression) extends UnaryExpression with 
ImplicitCastInputTypes `
      * `case class Sha2(left: Expression, right: Expression)`
      * `case class Sha1(child: Expression) extends UnaryExpression with 
ImplicitCastInputTypes `
      * `case class Crc32(child: Expression) extends UnaryExpression with 
ImplicitCastInputTypes `
      * `abstract class HashExpression[E] extends Expression `
      * `abstract class InterpretedHashFunction `
      * `case class Murmur3Hash(children: Seq[Expression], seed: Int) extends 
HashExpression[Int] `
      * `case class XxHash64(children: Seq[Expression], seed: Long) extends 
HashExpression[Long] `
      * `case class HiveHash(children: Seq[Expression]) extends 
HashExpression[Int] `
      * `abstract class RDG extends UnaryExpression with ExpectsInputTypes with 
Nondeterministic `
      * `case class Rand(child: Expression) extends RDG `
      * `case class Randn(child: Expression) extends RDG `


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to