Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18113
  
    **[Test build #84507 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84507/testReport)**
 for PR 18113 at commit 
[`c197cb1`](https://github.com/apache/spark/commit/c197cb1a930db390979f9926562347802280d1ea).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `trait TypedMinDouble[IN, OUT] extends Aggregator[IN, MutableDouble, 
OUT] `
      * `class JavaTypedMinDouble[IN](val f: IN => Double) extends 
TypedMinDouble[IN, java.lang.Double] `
      * `class ScalaTypedMinDouble[IN](val f: IN => Double) extends 
TypedMinDouble[IN, Option[Double]] `
      * `trait TypedMaxDouble[IN, OUT] extends Aggregator[IN, MutableDouble, 
OUT] `
      * `class JavaTypedMaxDouble[IN](val f: IN => Double) extends 
TypedMaxDouble[IN, java.lang.Double] `
      * `class ScalaTypedMaxDouble[IN](val f: IN => Double) extends 
TypedMaxDouble[IN, Option[Double]] `
      * `trait TypedMinLong[IN, OUT] extends Aggregator[IN, MutableLong, OUT] `
      * `class JavaTypedMinLong[IN](val f: IN => Long) extends TypedMinLong[IN, 
java.lang.Long] `
      * `class ScalaTypedMinLong[IN](val f: IN => Long) extends 
TypedMinLong[IN, Option[Long]] `
      * `trait TypedMaxLong[IN, OUT] extends Aggregator[IN, MutableLong, OUT] `
      * `class JavaTypedMaxLong[IN](val f: IN => Long) extends TypedMaxLong[IN, 
java.lang.Long] `
      * `class ScalaTypedMaxLong[IN](val f: IN => Long) extends 
TypedMaxLong[IN, Option[Long]] `
      * `class MutableLong(var value: Long) extends Serializable`
      * `class MutableDouble(var value: Double) extends Serializable`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to