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 251355c91 [doc] Document delete multiple tags
251355c91 is described below
commit 251355c91ea9c5582e056bd839dca6b56eb83934
Author: Jingsong <[email protected]>
AuthorDate: Mon Apr 29 11:28:33 2024 +0800
[doc] Document delete multiple tags
---
docs/content/spark/procedures.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/spark/procedures.md b/docs/content/spark/procedures.md
index bf021e3b7..b23af90d2 100644
--- a/docs/content/spark/procedures.md
+++ b/docs/content/spark/procedures.md
@@ -85,7 +85,7 @@ This section introduce all available spark procedures about
paimon.
<td>
To delete a tag. Arguments:
<li>table: the target table identifier. Cannot be empty.</li>
- <li>tag: name of the tag to be deleted.</li>
+ <li>tag: name of the tag to be deleted. If you specify multiple
tags, delimiter is ','.</li>
</td>
<td>CALL sys.delete_tag(table => 'default.T', tag => 'my_tag')</td>
</tr>