Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/12612#issuecomment-213463929
  
    **[Test build #56704 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56704/consoleFull)**
 for PR 12612 at commit 
[`50ebb24`](https://github.com/apache/spark/commit/50ebb24b8be67eb0dab40b5313a9ad1d01f8129e).
     * This patch **fails Scala style tests**.
     * This patch **does not merge cleanly**.
     * This patch adds the following public classes _(experimental)_:
      * `abstract class NewAccumulator[IN, OUT] extends Serializable `
      * `class IntAccumulator extends NewAccumulator[jl.Integer, jl.Integer] `
      * `class LongAccumulator extends NewAccumulator[jl.Long, jl.Long] `
      * `class DoubleAccumulator extends NewAccumulator[jl.Double, jl.Double] `
      * `class AverageAccumulator extends NewAccumulator[jl.Double, jl.Double] `
      * `class CollectionAccumulator[T] extends NewAccumulator[T, 
java.util.List[T]] `
      * `class LegacyAccumulatorWrapper[R, T](`


---
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

Reply via email to