Izek Greenfield created SPARK-25028:
---------------------------------------

             Summary: AnalyzePartitionCommand failed with NPE if value is null
                 Key: SPARK-25028
                 URL: https://issues.apache.org/jira/browse/SPARK-25028
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.4.0
            Reporter: Izek Greenfield


on line 143: val partitionColumnValues = 
partitionColumns.indices.map(r.get(_).toString)

if the value is NULL the code will fail with NPE



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

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

Reply via email to