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 aae4983126 [hotfix] Fix typo of create_tag procedure doc (#4829)
aae4983126 is described below

commit aae4983126e7396f61141bbe41a3460fd2ee4d8f
Author: Xuannan <[email protected]>
AuthorDate: Fri Jan 3 16:46:47 2025 +0800

    [hotfix] Fix typo of create_tag procedure doc (#4829)
---
 docs/content/flink/procedures.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/flink/procedures.md b/docs/content/flink/procedures.md
index 8eb1786a08..e55e41e3d9 100644
--- a/docs/content/flink/procedures.md
+++ b/docs/content/flink/procedures.md
@@ -148,7 +148,7 @@ All available procedures are listed below.
          -- based on the specified snapshot <br/>
          CALL [catalog.]sys.create_tag(`table` => 'identifier', tag => 
'tagName', snapshot_id => snapshotId) <br/>
          -- based on the latest snapshot <br/>
-         CALL [catalog.]sys.create_tag(`table` => 'identifier', snapshot_id => 
'tagName') <br/><br/>
+         CALL [catalog.]sys.create_tag(`table` => 'identifier', tag => 
'tagName') <br/><br/>
          -- Use indexed argument<br/>
          -- based on the specified snapshot <br/>
          CALL [catalog.]sys.create_tag('identifier', 'tagName', snapshotId) 
<br/>

Reply via email to