Cheng Lian created SPARK-3448:
---------------------------------

             Summary: 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
            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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to