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 85b54ebac4735d5e74a6fda472771ae2aa85d445
Author: Zmm <102840730+zmmbigd...@users.noreply.github.com>
AuthorDate: Tue Jul 15 13:42:09 2025 +0800

    [doc] Remove redundant statement terminators in the reads document (#1336)
---
 website/docs/engine-flink/reads.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/website/docs/engine-flink/reads.md 
b/website/docs/engine-flink/reads.md
index 793ad4f1a..3f471cd76 100644
--- a/website/docs/engine-flink/reads.md
+++ b/website/docs/engine-flink/reads.md
@@ -180,7 +180,6 @@ INSERT INTO log_table
 VALUES (1, 'Customer1', 'IVhzIApeRb ot,c,E', 15, '25-989-741-2988', 711.56, 
'BUILDING', 'comment1'),
        (2, 'Customer2', 'XSTf4,NCwDVaWNe6tEgvwfmRchLXak', 13, 
'23-768-687-3665', 121.65, 'AUTOMOBILE', 'comment2'),
        (3, 'Customer3', 'MG9kdTD2WBHm', 1, '11-719-748-3364', 7498.12, 
'AUTOMOBILE', 'comment3');
-;
 ```
 
 2. Query from table.

Reply via email to