Reynold Xin created SPARK-14451:
-----------------------------------

             Summary: Move encoder definition into Aggregator interface
                 Key: SPARK-14451
                 URL: https://issues.apache.org/jira/browse/SPARK-14451
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Reynold Xin
            Assignee: Reynold Xin


When we first introduced Aggregators, we required the user of Aggregators to 
(implicitly) specify the encoders. It would actually make more sense to have 
the encoders be specified by the implementation of Aggregators, since each 
implementation should have the most state about how to encode its own data type.





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

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

Reply via email to