This is an automated email from the ASF dual-hosted git repository.
yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 942eaad4 [doc]Modify the table format in the pk-table document (#1335)
942eaad4 is described below
commit 942eaad4368aa9adcaa93cff5c537e989c469809
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 fb3879f3..d3b29e8f 100644
--- a/website/docs/table-design/table-types/pk-table/index.md
+++ b/website/docs/table-design/table-types/pk-table/index.md
@@ -144,12 +144,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