SparkQA commented on issue #27193: [SPARK-30423][SQL] Deprecate UserDefinedAggregateFunction URL: https://github.com/apache/spark/pull/27193#issuecomment-573842694 **[Test build #116650 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/116650/testReport)** for PR 27193 at commit [`ea3fcd9`](https://github.com/apache/spark/commit/ea3fcd9e76bc8cf7ba4052d595257ba9f934de7c). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * ` public static class Average implements Serializable ` * ` public static class MyAverage extends Aggregator<Long, Average, Double> ` * ` case class Average(var sum: Long, var count: Long)`
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
