You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/06/28 09:59:57 UTC

[jira] [Commented] (SPARK-16250) Can't use escapeQuotes option in DataFrameWriter.csv()

    [ 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org