[
https://issues.apache.org/jira/browse/SPARK-13155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15131874#comment-15131874
]
Jia Li commented on SPARK-13155:
--------------------------------
I'm working on a fix for this.
> add runtime null check when convert catalyst array to external array
> --------------------------------------------------------------------
>
> Key: SPARK-13155
> URL: https://issues.apache.org/jira/browse/SPARK-13155
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Reporter: Wenchen Fan
>
> {code}
> scala> Seq(("a", Seq(null, new Integer(1)))).toDS().as[(String,
> Array[Int])].collect()
> res5: Array[(String, Array[Int])] = Array((a,Array(0, 1)))
> {code}
> This is wrong, we should throw exception for this case
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]