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

commit 7afdc99d1f217e26b0eae4f2e4e2e8824ede7e11
Author: Zmm <[email protected]>
AuthorDate: Tue Jul 15 13:43:24 2025 +0800

    [doc]Modify the table format in the pk-table document (#1335)
---
 website/docs/table-design/table-types/pk-table/index.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/website/docs/table-design/table-types/pk-table/index.md 
b/website/docs/table-design/table-types/pk-table/index.md
index cef040b3f..81ab05e06 100644
--- a/website/docs/table-design/table-types/pk-table/index.md
+++ b/website/docs/table-design/table-types/pk-table/index.md
@@ -142,12 +142,15 @@ SELECT * FROM T;
 Generate the following output in the Flink SQL CLI:
 
 ```
++-----------------------------+
 | op   | k    | v1   | v2     |
 | ---- | ---- | ---- | ------ |
 | +I   | 1    | 2.0  | apple  |
 | -U   | 1    | 2.0  | apple  |
 | +U   | 1    | 4.0  | banana |
 | -D   | 1    | 4.0  | banana |
++-----------------------------+
+4 rows in set
 ```
 
 ## Data Queries

Reply via email to