You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/06/29 12:04:37 UTC

[jira] [Resolved] (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:all-tabpanel ]

Sean Owen resolved SPARK-16250.
-------------------------------
    Resolution: Duplicate

> 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