Livia Zhu created SPARK-50791:
---------------------------------

             Summary: Fix NullPointerException during error handling for 
streaming state store
                 Key: SPARK-50791
                 URL: https://issues.apache.org/jira/browse/SPARK-50791
             Project: Spark
          Issue Type: Task
          Components: Structured Streaming
    Affects Versions: 4.0.0
            Reporter: Livia Zhu


Directly calling `contains` on a `SparkException.getCondition` may result in a 
NullPointerException if `getCondition` returns `null`. We need to wrap 
`getCondition` in an option for safe handling.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to