Milan Stefanovic created SPARK-48476:
----------------------------------------

             Summary: NPE thrown when delimiter set to null in CSV
                 Key: SPARK-48476
                 URL: https://issues.apache.org/jira/browse/SPARK-48476
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 4.0.0
            Reporter: Milan Stefanovic


When customers specified delimiter to null, currently we throw NPE. We should 
throw customer facing error

repro:

spark.read.format("csv")
.option("delimiter", null)
.load()



--
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