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

jark pushed a commit to branch release-0.7
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/release-0.7 by this push:
     new 7c0781be9 [docs] Fix the output result of the default merge engine 
example (#1553)
7c0781be9 is described below

commit 7c0781be929544a2bb7b9f21be6f70564a902d31
Author: Rafael Sousa <[email protected]>
AuthorDate: Tue Aug 26 23:39:09 2025 -0300

    [docs] Fix the output result of the default merge engine example (#1553)
---
 website/docs/table-design/data-distribution/partitioning.md             | 2 +-
 website/docs/table-design/table-types/pk-table/merge-engines/default.md | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/website/docs/table-design/data-distribution/partitioning.md 
b/website/docs/table-design/data-distribution/partitioning.md
index 35aa02421..2bb9e28c3 100644
--- a/website/docs/table-design/data-distribution/partitioning.md
+++ b/website/docs/table-design/data-distribution/partitioning.md
@@ -67,7 +67,7 @@ CREATE TABLE site_access(
   'table.auto-partition.time-zone' = 'Asia/Shanghai'
 );
 ```
-In this case, when automatic partitioning occurs (Fluss will periodically 
operate on all tables in the background), four partitions are pre-created with 
a partition granularity of YEAR, retaining two historical partitions. The time 
zone is set to Asia/Shanghai.
+In this case, when automatic partitioning occurs (Fluss will periodically 
operate on all tables in the background), five partitions are pre-created with 
a partition granularity of YEAR, retaining two historical partitions. The time 
zone is set to Asia/Shanghai.
 
 
 ### Table Options
diff --git 
a/website/docs/table-design/table-types/pk-table/merge-engines/default.md 
b/website/docs/table-design/table-types/pk-table/merge-engines/default.md
index 34d436b91..6fc6635ec 100644
--- a/website/docs/table-design/table-types/pk-table/merge-engines/default.md
+++ b/website/docs/table-design/table-types/pk-table/merge-engines/default.md
@@ -93,4 +93,6 @@ SELECT * FROM T;
 +----+-----+----+
 | 1  | 1.0 | t2 |
 +----+-----+----+
+| 3  | 3.0 | t3 |
++----+-----+----+
 ```
\ No newline at end of file

Reply via email to