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 99bb80478f [docs] Add Spark SQL example for fast_forward in
manage-branches (#7604)
99bb80478f is described below
commit 99bb80478f286d5e4889bcaf1e9005b85c8fedf5
Author: sanshi <[email protected]>
AuthorDate: Tue Apr 7 14:42:44 2026 +0800
[docs] Add Spark SQL example for fast_forward in manage-branches (#7604)
---
docs/content/maintenance/manage-branches.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/docs/content/maintenance/manage-branches.md
b/docs/content/maintenance/manage-branches.md
index 8daef956f4..ba2c2bf708 100644
--- a/docs/content/maintenance/manage-branches.md
+++ b/docs/content/maintenance/manage-branches.md
@@ -202,6 +202,17 @@ Run the following command:
--branch_name <branch-name> \
[--catalog_conf <paimon-catalog-conf> [--catalog_conf
<paimon-catalog-conf> ...]]
```
+
+{{< /tab >}}
+
+{{< tab "Spark SQL" >}}
+
+Run the following sql:
+
+```sql
+CALL sys.fast_forward('default.T', 'branch1');
+```
+
{{< /tab >}}
{{< /tabs >}}