Skip to content

Commit

Permalink
rename MaxSizePartitioning to PartitionMaxSize
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Mar 4, 2025
1 parent da1a795 commit 988474c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/io/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from polars.polars import PyPartitioning


class MaxSizePartitioning:
class PartitionMaxSize:
"""
Partitioning scheme to write files with a maximum size.
Expand Down

0 comments on commit 988474c

Please sign in to comment.