Skip to content

Commit d4586c9

Browse files
HiromuHotaion-elgreco
authored andcommitted
Fix the default target size
Signed-off-by: Hiromu Hota <[email protected]>
1 parent 338a0bf commit d4586c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/deltalake/table.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@ def compact(
18231823
partition_filters: the partition filters that will be used for getting the matched files
18241824
target_size: desired file size after bin-packing files, in bytes. If not
18251825
provided, will attempt to read the table configuration value ``delta.targetFileSize``.
1826-
If that value isn't set, will use default value of 256MB.
1826+
If that value isn't set, will use default value of 100MB.
18271827
max_concurrent_tasks: the maximum number of concurrent tasks to use for
18281828
file compaction. Defaults to number of CPUs. More concurrent tasks can make compaction
18291829
faster, but will also use more memory.
@@ -1890,7 +1890,7 @@ def z_order(
18901890
partition_filters: the partition filters that will be used for getting the matched files
18911891
target_size: desired file size after bin-packing files, in bytes. If not
18921892
provided, will attempt to read the table configuration value ``delta.targetFileSize``.
1893-
If that value isn't set, will use default value of 256MB.
1893+
If that value isn't set, will use default value of 100MB.
18941894
max_concurrent_tasks: the maximum number of concurrent tasks to use for
18951895
file compaction. Defaults to number of CPUs. More concurrent tasks can make compaction
18961896
faster, but will also use more memory.

0 commit comments

Comments
 (0)