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 9b9ed72ef [doc] Add the query binlog example in doc (#4532)
9b9ed72ef is described below
commit 9b9ed72efaef15f7f3e2333b519bf476c122352b
Author: WenjunMin <[email protected]>
AuthorDate: Thu Nov 14 19:05:20 2024 +0800
[doc] Add the query binlog example in doc (#4532)
---
docs/content/maintenance/system-tables.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/content/maintenance/system-tables.md
b/docs/content/maintenance/system-tables.md
index 0246d6faf..5ef5121c2 100644
--- a/docs/content/maintenance/system-tables.md
+++ b/docs/content/maintenance/system-tables.md
@@ -408,10 +408,11 @@ SELECT * FROM T$statistics;
```
### Binlog Table
-You can streaming or batch query the binlog through binlog table. In this
system table,
-the update before and update after will be packed in one row.
+You can query the binlog through binlog table. In the binlog system table, the
update before and update after will be packed in one row.
+
+```sql
+SELECT * FROM T$binlog;
-```
/*
+------------------+----------------------+-----------------------+
| rowkind | column_0 | column_1 |