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



##########
File path: python/pyspark/sql/readwriter.py
##########
@@ -1257,14 +1214,13 @@ def parquet(self, path, mode=None, partitionBy=None, 
compression=None):
             * ``ignore``: Silently ignore this operation if data already 
exists.
             * ``error`` or ``errorifexists`` (default case): Throw an 
exception if data already \
                 exists.
-        partitionBy : str or list, optional

Review comment:
       I think `partitionBy` is not parquet specific option. We'll have to 
recover here and remove it in the docs.




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