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

Apache Spark reassigned SPARK-14696:
------------------------------------

    Assignee: Reynold Xin  (was: Apache Spark)

> 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
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to