Skip to content

Commit 99bb804

Browse files
authored
[docs] Add Spark SQL example for fast_forward in manage-branches (#7604)
1 parent b8cc8cd commit 99bb804

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/content/maintenance/manage-branches.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,17 @@ Run the following command:
202202
--branch_name <branch-name> \
203203
[--catalog_conf <paimon-catalog-conf> [--catalog_conf <paimon-catalog-conf> ...]]
204204
```
205+
206+
{{< /tab >}}
207+
208+
{{< tab "Spark SQL" >}}
209+
210+
Run the following sql:
211+
212+
```sql
213+
CALL sys.fast_forward('default.T', 'branch1');
214+
```
215+
205216
{{< /tab >}}
206217
207218
{{< /tabs >}}

0 commit comments

Comments
 (0)