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

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

Hyukjin Kwon created SPARK-16250:
------------------------------------

             Summary: 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