[ https://issues.apache.org/jira/browse/SPARK-14696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15245204#comment-15245204 ]
Apache Spark commented on SPARK-14696: -------------------------------------- User 'rxin' has created a pull request for this issue: 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 > > 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