This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 71f26a0700 [doc] fix postpone.default-bucket-num default value (#6554)
71f26a0700 is described below

commit 71f26a0700646cff22f1320ae5dda5d10b555a4e
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.

Reply via email to