[
https://issues.apache.org/jira/browse/SPARK-13155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wenchen Fan updated SPARK-13155:
--------------------------------
Fix Version/s: 3.0.0
> 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
> Priority: Major
> Labels: bulk-closed
> Fix For: 3.0.0
>
>
> {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
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]