This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-1.3 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit e9f4b2f3c3f230c66390bf6f680072caff247729 Author: Vova Kolmakov <[email protected]> AuthorDate: Fri Nov 7 12:36:58 2025 +0700 [doc] fix postpone.default-bucket-num default value (#6554) --- docs/content/primary-key-table/data-distribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/primary-key-table/data-distribution.md b/docs/content/primary-key-table/data-distribution.md index 4a54afa7aa..6dfae0fe9a 100644 --- a/docs/content/primary-key-table/data-distribution.md +++ b/docs/content/primary-key-table/data-distribution.md @@ -78,7 +78,7 @@ To move the records into the correct bucket and make them readable, you need to run a compaction job. See `compact` [procedure]({{< ref "flink/procedures" >}}). The bucket number for the partitions compacted for the first time -is configured by the option `postpone.default-bucket-num`, whose default value is `4`. +is configured by the option `postpone.default-bucket-num`, whose default value is `1`. Finally, when you feel that the bucket number of some partition is too small, you can also run a rescale job.
