This is an automated email from the ASF dual-hosted git repository.
JingsongLi 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 8a0be2e008 [docs] Fix procedure parameter names (#8975)
8a0be2e008 is described below
commit 8a0be2e008c4558b67bec5bbf0e8db301a0c2f49
Author: sanshi <[email protected]>
AuthorDate: Mon Aug 3 19:00:35 2026 +0800
[docs] Fix procedure parameter names (#8975)
---
docs/docs/flink/procedures.md | 2 +-
docs/docs/spark/procedures.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs/flink/procedures.md b/docs/docs/flink/procedures.md
index d51423128c..e3039f69b3 100644
--- a/docs/docs/flink/procedures.md
+++ b/docs/docs/flink/procedures.md
@@ -136,7 +136,7 @@ All available procedures are listed below.
including_tables => 'table_.*',
excluding_tables => 'ignore',
table_options => 'sink.parallelism=4',
- compat_strategy => 'full')
+ compact_strategy => 'full')
</td>
</tr>
<tr>
diff --git a/docs/docs/spark/procedures.md b/docs/docs/spark/procedures.md
index ed3bb3ad13..33cdb9dc24 100644
--- a/docs/docs/spark/procedures.md
+++ b/docs/docs/spark/procedures.md
@@ -170,7 +170,7 @@ This section introduce all available spark procedures about
paimon.
<li>time_retained: The maximum time retained for the existing tag,
it is optional.</li>
</td>
<td>
- CALL sys.replace_tag(table => 'default.T', tag_name => 'tag1',
snapshot => 10, time_retained => '1 d')
+ CALL sys.replace_tag(table => 'default.T', tag => 'tag1', snapshot =>
10, time_retained => '1 d')
</td>
</tr>
<tr>