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

Wenchen Fan resolved SPARK-14696.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 12466
[https://github.com/apache/spark/pull/12466]

> Needs implicit encoders for boxed primitive types
> -------------------------------------------------
>
>                 Key: SPARK-14696
>                 URL: https://issues.apache.org/jira/browse/SPARK-14696
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>             Fix For: 2.0.0
>
>
> We currently only have implicit encoders for scala primitive types. We should 
> also add implicit encoders for boxed primitives. Otherwise, the following 
> code would not have an encoder:
> {code}
> sqlContext.range(1000).map { i => i }
> {code}



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