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 bf40534ec7 [doc] Add a note to the delete branch operation to explain 
its behavior (#4803)
bf40534ec7 is described below

commit bf40534ec786457d6f24b3418a97f7c672274f93
Author: HunterXHunter <[email protected]>
AuthorDate: Tue Dec 31 10:23:25 2024 +0800

    [doc] Add a note to the delete branch operation to explain its behavior 
(#4803)
---
 docs/content/maintenance/manage-branches.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/content/maintenance/manage-branches.md 
b/docs/content/maintenance/manage-branches.md
index 2da92056a8..7b18583709 100644
--- a/docs/content/maintenance/manage-branches.md
+++ b/docs/content/maintenance/manage-branches.md
@@ -87,6 +87,10 @@ CALL sys.create_branch('default.T', 'empty_branch');
 
 You can delete branch by its name.
 
+{{< hint warning >}}
+__Note:__ The `Delete Branches` operation only deletes the metadata file. If 
you want to clear the data written during the branch, use 
[remove_orphan_files]({{< ref "flink/procedures" >}})
+{{< /hint >}}
+
 {{< tabs "delete-branches" >}}
 
 {{< tab "Flink SQL" >}}

Reply via email to