Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20885#discussion_r176958338
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -176,7 +176,7 @@ def json(self, path, schema=None, 
primitivesAsString=None, prefersDecimal=None,
                  allowComments=None, allowUnquotedFieldNames=None, 
allowSingleQuotes=None,
                  allowNumericLeadingZero=None, 
allowBackslashEscapingAnyCharacter=None,
                  mode=None, columnNameOfCorruptRecord=None, dateFormat=None, 
timestampFormat=None,
    -             multiLine=None, allowUnquotedControlChars=None):
    +             multiLine=None, allowUnquotedControlChars=None, lineSep=None):
    --- End diff --
    
    rename it to `recordDelimiter `


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to