Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22234#discussion_r212851116
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVOptions.scala
 ---
    @@ -117,6 +117,9 @@ class CSVOptions(
     
       val nullValue = parameters.getOrElse("nullValue", "")
     
    +  val emptyValueInRead = parameters.getOrElse("emptyValue", "")
    --- End diff --
    
    I had to name them differently names because the default values are 
different. Ah, yea then it makes sense here. I rushed to read.


---

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

Reply via email to