Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneguow committed Jul 14, 2024
1 parent cc32137 commit fa9d22a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/docs/.ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.4
2 changes: 2 additions & 0 deletions python/pyspark/sql/functions/partitioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ def bucket(numBuckets: Union[Column, int], col: "ColumnOrName") -> Column:
Parameters
----------
numBuckets : :class:`~pyspark.sql.Column` or int
the number of buckets
col : :class:`~pyspark.sql.Column` or str
target date or timestamp column to work on.
Expand Down

0 comments on commit fa9d22a

Please sign in to comment.