You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2015/07/26 04:06:04 UTC

[jira] [Created] (SPARK-9349) UDAF cleanup for 1.5

Reynold Xin created SPARK-9349:
----------------------------------

             Summary: UDAF cleanup for 1.5
                 Key: SPARK-9349
                 URL: https://issues.apache.org/jira/browse/SPARK-9349
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
            Reporter: Reynold Xin
            Assignee: Yin Huai
            Priority: Blocker


1. Remove the public o.a.s.sql.expressions.aggregate package

2. Move all private classes into execution or catalyst. Don't expose them.

3. Define an interface for AggregationBuffer, and only expose the interface to users. Internally we can do whatever we want, but don't expose the specific implementations directly.

4. Label it as experimental.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org