SparkQA commented on issue #23763: [SPARK-26861][SQL] deprecate typed sum/count/average URL: https://github.com/apache/spark/pull/23763#issuecomment-462922991 **[Test build #102259 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/102259/testReport)** for PR 23763 at commit [`a7faa2b`](https://github.com/apache/spark/commit/a7faa2b48cc72c6f00a3059ebca9db027804b38a). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `class TypedSum[IN](val f: IN => Long) extends Aggregator[IN, Long, Long] ` * `class TypedCount[IN](val f: IN => Any) extends Aggregator[IN, Long, Long] ` * `class TypedAverage[IN](val f: IN => Double) extends Aggregator[IN, (Double, Long), Double] `
---------------------------------------------------------------- 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]
