You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kaya Kupferschmidt (JIRA)" <ji...@apache.org> on 2018/07/05 06:00:00 UTC

[jira] [Created] (SPARK-24742) Field Metadata raises NullPointerException in hashCode method

Kaya Kupferschmidt created SPARK-24742:
------------------------------------------

             Summary: Field Metadata raises NullPointerException in hashCode method
                 Key: SPARK-24742
                 URL: https://issues.apache.org/jira/browse/SPARK-24742
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.3.1
            Reporter: Kaya Kupferschmidt


The class org.apache.spark.sql.types.Metadata has a method *putNull* for storing null pointers as Metadata. Unfortunately the hashCode method throws a NullPointerException when there are null values in a Metadata object, rendering the *puNull* method useless.

h2. How to Reproduce
The following code will raise a NullPointerException
{code}
new MetadataBuilder().putNull("key").build().hashCode
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org