Skip to content

Commit

Permalink
the back 'the'
Browse files Browse the repository at this point in the history
  • Loading branch information
junhl authored Aug 27, 2024
1 parent a7b6170 commit e5e2ee1
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 @@ -1928,7 +1928,7 @@ def z_order(
max_concurrent_tasks: the maximum number of concurrent tasks to use for
file compaction. Defaults to number of CPUs. More concurrent tasks can make compaction
faster, but will also use more memory.
max_spill_size: maximum number of bytes allowed in memory before spilling to disk. Defaults to 20GB.
max_spill_size: the maximum number of bytes allowed in memory before spilling to disk. Defaults to 20GB.
min_commit_interval: minimum interval in seconds or as timedeltas before a new commit is
created. Interval is useful for long running executions. Set to 0 or timedelta(0), if you
want a commit per partition.
Expand Down

0 comments on commit e5e2ee1

Please sign in to comment.