Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16329 **[Test build #70319 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70319/testReport)** for PR 16329 at commit [`8c18b2a`](https://github.com/apache/spark/commit/8c18b2a980ddfe220c380d0a60e379d9fdeac488). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `public class JavaUserDefinedTypedAggregation ` * ` public static class Salary implements Serializable ` * ` public static class Average implements Serializable ` * ` public static class MyAverage extends Aggregator<Salary, Average, Double> ` * `public class JavaUserDefinedUntypedAggregation ` * ` public static class MyAverage extends UserDefinedAggregateFunction ` * ` case class Salary(person: String, salary: Long)` * ` case class Average(sum: Long, count: Long)`
--- 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