[
https://issues.apache.org/jira/browse/SPARK-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Armbrust resolved SPARK-3448.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.2.0
> SpecificMutableRow.update doesn't check for null
> ------------------------------------------------
>
> Key: SPARK-3448
> URL: https://issues.apache.org/jira/browse/SPARK-3448
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 1.1.0
> Reporter: Cheng Lian
> Assignee: Cheng Lian
> Priority: Minor
> Fix For: 1.1.1, 1.2.0
>
>
> {code}
> test("SpecificMutableRow.update with null") {
> val row = new SpecificMutableRow(Seq(IntegerType))
> row(0) = null
> assert(row.isNullAt(0))
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]