You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/09/09 03:47:28 UTC

[jira] [Commented] (SPARK-3448) SpecificMutableRow.update doesn't check for null

    [ https://issues.apache.org/jira/browse/SPARK-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14126463#comment-14126463 ] 

Apache Spark commented on SPARK-3448:
-------------------------------------

User 'liancheng' has created a pull request for this issue:
https://github.com/apache/spark/pull/2325

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