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] [Assigned] (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 ]

Apache Spark reassigned SPARK-16250:
------------------------------------

    Assignee: Apache Spark

> 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
>            Assignee: Apache Spark
>            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