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



##########
File path: python/pyspark/sql/readwriter.py
##########
@@ -1240,7 +1197,7 @@ def json(self, path, mode=None, compression=None, 
dateFormat=None, timestampForm
             lineSep=lineSep, encoding=encoding, 
ignoreNullFields=ignoreNullFields)
         self._jwrite.json(path)
 
-    def parquet(self, path, mode=None, partitionBy=None, compression=None):
+    def parquet(self, path, mode=None):

Review comment:
       Let's keep keyword arguments but only fix the documentation




-- 
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