From 2935ef6001631db25d20bf7bb1d9e42851d3c896 Mon Sep 17 00:00:00 2001 From: sxnan Date: Fri, 3 Jan 2025 16:16:49 +0800 Subject: [PATCH] [hotfix] Fix typo of create_tag procedure doc --- 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 8eb1786a08b3..e55e41e3d92e 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
CALL [catalog.]sys.create_tag(`table` => 'identifier', tag => 'tagName', snapshot_id => snapshotId)
-- based on the latest snapshot
- CALL [catalog.]sys.create_tag(`table` => 'identifier', snapshot_id => 'tagName')

+ CALL [catalog.]sys.create_tag(`table` => 'identifier', tag => 'tagName')

-- Use indexed argument
-- based on the specified snapshot
CALL [catalog.]sys.create_tag('identifier', 'tagName', snapshotId)