HyukjinKwon commented on a change in pull request #33394:
URL: https://github.com/apache/spark/pull/33394#discussion_r672045485
##########
File path: python/pyspark/sql/readwriter.py
##########
@@ -624,7 +624,8 @@ def partitionBy(self, *cols):
def bucketBy(self, numBuckets, col, *cols):
"""Buckets the output by the given columns.If specified,
Review comment:
```suggestion
"""Buckets the output by the given columns. If specified,
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]