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 e8ec242ba4 [doc] Fix branch name (#6042)
e8ec242ba4 is described below

commit e8ec242ba4520b2a17326d5656f29dbe81a57a16
Author: litao <[email protected]>
AuthorDate: Fri Aug 8 17:41:37 2025 +0800

    [doc] Fix branch name (#6042)
---
 docs/content/maintenance/manage-branches.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/maintenance/manage-branches.md 
b/docs/content/maintenance/manage-branches.md
index 21060b83a0..8daef956f4 100644
--- a/docs/content/maintenance/manage-branches.md
+++ b/docs/content/maintenance/manage-branches.md
@@ -77,7 +77,7 @@ Run the following sql:
 CALL sys.create_branch('default.T', 'branch1', 'tag1');
 
 -- create empty branch named 'branch1'
-CALL sys.create_branch('default.T', 'empty_branch');
+CALL sys.create_branch('default.T', 'branch1');
 ```
 {{< /tab >}}
 

Reply via email to