Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/content/maintenance/manage-branches.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
Expand Down
Loading