Github user MaxGekk commented on a diff in the pull request:
https://github.com/apache/spark/pull/22951#discussion_r231800213
--- Diff: python/pyspark/sql/readwriter.py ---
@@ -349,7 +353,7 @@ def csv(self, path, schema=None, sep=None,
encoding=None, quote=None, escape=Non
negativeInf=None, dateFormat=None, timestampFormat=None,
maxColumns=None,
maxCharsPerColumn=None, maxMalformedLogPerPartition=None,
mode=None,
columnNameOfCorruptRecord=None, multiLine=None,
charToEscapeQuoteEscaping=None,
- samplingRatio=None, enforceSchema=None, emptyValue=None):
+ samplingRatio=None, enforceSchema=None, emptyValue=None,
locale=None):
--- End diff --
It seems it exists in `streaming.py`:
https://github.com/apache/spark/blob/08c76b5d39127ae207d9d1fff99c2551e6ce2581/python/pyspark/sql/streaming.py#L567
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]