[ 
https://issues.apache.org/jira/browse/SPARK-14359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reynold Xin updated SPARK-14359:
--------------------------------
    Description: 
See the Scala version in SPARK-14285. The main problem we'd need to work around 
is that Java cannot return primitive types in generics, and as a result we 
would have to return boxed types.

One requirement is that we should add tests for both Java 7 style (in sql/core) 
and Java 8 style lambdas (in external/java-8...).

  was:
See the Scala version in SPARK-14285. The main problem we'd need to work around 
is that Java cannot return primitive types in generics, and as a result we 
would have to return boxed types.



> Improve user experience for typed aggregate functions in Java
> -------------------------------------------------------------
>
>                 Key: SPARK-14359
>                 URL: https://issues.apache.org/jira/browse/SPARK-14359
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>
> See the Scala version in SPARK-14285. The main problem we'd need to work 
> around is that Java cannot return primitive types in generics, and as a 
> result we would have to return boxed types.
> One requirement is that we should add tests for both Java 7 style (in 
> sql/core) and Java 8 style lambdas (in external/java-8...).



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to