Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/20004#discussion_r159010566
--- Diff: python/pyspark/sql/streaming.py ---
@@ -621,6 +621,10 @@ def csv(self, path, schema=None, sep=None,
encoding=None, quote=None, escape=Non
``spark.sql.columnNameOfCorruptRecord``.
:param multiLine: parse one record, which may span multiple lines.
If None is
set, it uses the default value, ``false``.
+ :param charToEscapeQuoteEscaping: sets a single character used for
escaping the escape for
+ the quote character. If None is
set, the default value is
+ escape character when escape and
quote characters are
+ different, ``\0`` otherwise..
--- End diff --
Nit: `..` -> `.`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]