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 2016/04/18 08:27:25 UTC

[jira] [Created] (SPARK-14696) Needs implicit encoders for boxed primitive types

Reynold Xin created SPARK-14696:
-----------------------------------

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