File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1823,7 +1823,7 @@ def compact(
1823
1823
partition_filters: the partition filters that will be used for getting the matched files
1824
1824
target_size: desired file size after bin-packing files, in bytes. If not
1825
1825
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 .
1827
1827
max_concurrent_tasks: the maximum number of concurrent tasks to use for
1828
1828
file compaction. Defaults to number of CPUs. More concurrent tasks can make compaction
1829
1829
faster, but will also use more memory.
@@ -1890,7 +1890,7 @@ def z_order(
1890
1890
partition_filters: the partition filters that will be used for getting the matched files
1891
1891
target_size: desired file size after bin-packing files, in bytes. If not
1892
1892
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 .
1894
1894
max_concurrent_tasks: the maximum number of concurrent tasks to use for
1895
1895
file compaction. Defaults to number of CPUs. More concurrent tasks can make compaction
1896
1896
faster, but will also use more memory.
You can’t perform that action at this time.
0 commit comments