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

    https://github.com/apache/spark/pull/21182#discussion_r186274691
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVOptions.scala
 ---
    @@ -189,4 +191,6 @@ class CSVOptions(
         
settings.setUnescapedQuoteHandling(UnescapedQuoteHandling.STOP_AT_DELIMITER)
         settings
       }
    +
    +  val textOptions = ListMap(parameters.toList: _*)
    --- End diff --
    
    Follow `JSONOptions` to make it `@transient` and use `parameters` instead 
of creating a new map?


---

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

Reply via email to