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/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 98f65d4ad [doc] Modify query system tag table name error (#1478)
98f65d4ad is described below
commit 98f65d4adf58720269de434097dcd88f1c67675e
Author: Kerwin <[email protected]>
AuthorDate: Mon Jul 3 10:36:00 2023 +0800
[doc] Modify query system tag table name error (#1478)
---
docs/content/how-to/system-tables.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/how-to/system-tables.md
b/docs/content/how-to/system-tables.md
index da06a995d..fed2a26d3 100644
--- a/docs/content/how-to/system-tables.md
+++ b/docs/content/how-to/system-tables.md
@@ -164,7 +164,7 @@ You can query the tag history information of the table
through tags table, inclu
and some historical information of the snapshots. You can also get all tag
names and time travel to a specific tag data by name.
```sql
-SELECT * FROM MyTable$snapshots;
+SELECT * FROM MyTable$tags;
/*
+----------+-------------+-----------+-------------------------+--------------+