Github user MaxGekk commented on a diff in the pull request:
https://github.com/apache/spark/pull/22951#discussion_r231800381
--- Diff: python/pyspark/sql/readwriter.py ---
@@ -267,7 +270,8 @@ def json(self, path, schema=None,
primitivesAsString=None, prefersDecimal=None,
mode=mode,
columnNameOfCorruptRecord=columnNameOfCorruptRecord, dateFormat=dateFormat,
timestampFormat=timestampFormat, multiLine=multiLine,
allowUnquotedControlChars=allowUnquotedControlChars,
lineSep=lineSep,
- samplingRatio=samplingRatio,
dropFieldIfAllNull=dropFieldIfAllNull, encoding=encoding)
+ samplingRatio=samplingRatio,
dropFieldIfAllNull=dropFieldIfAllNull, encoding=encoding,
--- End diff --
https://github.com/apache/spark/pull/22973
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]