SparkQA commented on issue #23304: [SPARK-26353][SQL]Add typed aggregate 
functions: max&&min
URL: https://github.com/apache/spark/pull/23304#issuecomment-446842318
 
 
   **[Test build #100056 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/100056/testReport)**
 for PR 23304 at commit 
[`defee03`](https://github.com/apache/spark/commit/defee03947e3db885a34af546716b36cf62249f6).
    * This patch **fails SparkR unit tests**.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `class TypedMaxDouble[IN](val f: IN => Double) extends Aggregator[IN, 
Double, Double] `
     * `class TypedMaxLong[IN](val f: IN => Long) extends Aggregator[IN, Long, 
Long] `
     * `class TypedMinDouble[IN](val f: IN => Double) extends Aggregator[IN, 
Double, Double] `
     * `class TypedMinLong[IN](val f: IN => Long) extends Aggregator[IN, Long, 
Long] `

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to