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/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new a5a0bed51 [doc] Fix arguement error for spark expire_snapshots
a5a0bed51 is described below

commit a5a0bed51889e4c971a6f327052c4659e1d2b45f
Author: Jingsong <[email protected]>
AuthorDate: Mon Jan 22 17:43:55 2024 +0800

    [doc] Fix arguement error for spark expire_snapshots
---
 docs/content/engines/spark.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/engines/spark.md b/docs/content/engines/spark.md
index 1b2d2f1a4..4d9983c05 100644
--- a/docs/content/engines/spark.md
+++ b/docs/content/engines/spark.md
@@ -569,8 +569,8 @@ s
       <td>
          To expire snapshots. Argument:
             <li>table: the target table identifier. Cannot be empty.</li>
-            <li>retainMax: the maximum number of completed snapshots to 
retain.</li>
-            <li>retainMin: the minimum number of completed snapshots to 
retain.</li>
+            <li>retain_max: the maximum number of completed snapshots to 
retain.</li>
+            <li>retain_min: the minimum number of completed snapshots to 
retain.</li>
             <li>older_than: timestamp before which snapshots will be 
removed.</li>
             <li>max_deletes: the maximum number of snapshots that can be 
deleted at once.</li>
       </td>

Reply via email to