[ 
https://issues.apache.org/jira/browse/SPARK-16250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15352711#comment-15352711
 ] 

Apache Spark commented on SPARK-16250:
--------------------------------------

User 'HyukjinKwon' has created a pull request for this issue:
https://github.com/apache/spark/pull/13942

> Can't use escapeQuotes option in DataFrameWriter.csv()
> ------------------------------------------------------
>
>                 Key: SPARK-16250
>                 URL: https://issues.apache.org/jira/browse/SPARK-16250
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark
>    Affects Versions: 2.0.0
>            Reporter: Hyukjin Kwon
>            Priority: Trivial
>
> I think it was done by mistake as below:
> {code}
>         if nullValue is not None:
>             self.option("nullValue", nullValue)
>         if escapeQuotes is not None:
>             self.option("escapeQuotes", nullValue)
> {code}
> This is using {{nullValue}} for {{escapeQuotes}} option.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to