HyukjinKwon commented on a change in pull request #23080:
URL: https://github.com/apache/spark/pull/23080#discussion_r414245634



##########
File path: python/pyspark/sql/readwriter.py
##########
@@ -922,6 +925,8 @@ def csv(self, path, mode=None, compression=None, sep=None, 
quote=None, escape=No
                          the default UTF-8 charset will be used.
         :param emptyValue: sets the string representation of an empty value. 
If None is set, it uses
                            the default value, ``""``.
+        :param lineSep: defines the line separator that should be used for 
writing. If None is
+                        set, it uses the default value, ``\\n``. Maximum 
length is 1 character.

Review comment:
       Please file a JIRA and go ahead if you can.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to