Skip to content

Commit

Permalink
Merge branch 'main' into docs-delta-small-data
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap authored Jan 28, 2024
2 parents 12775ec + 8d41d8f commit 70dbe77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/deltalake/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,7 @@ def z_order(
Args:
columns: the columns to use for Z-ordering. There must be at least one column.
partition_filters: the partition filters that will be used for getting the matched files
partition_filters: the partition filters that will be used for getting the matched files
target_size: desired file size after bin-packing files, in bytes. If not
provided, will attempt to read the table configuration value ``delta.targetFileSize``.
If that value isn't set, will use default value of 256MB.
Expand Down

0 comments on commit 70dbe77

Please sign in to comment.