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 575051972 [doc] Fix argument for spark expire_snapshots (#2842)
575051972 is described below
commit 5750519725fe4250d3f9037808f747a2b7781346
Author: Zouxxyy <[email protected]>
AuthorDate: Fri Feb 2 14:39:15 2024 +0800
[doc] Fix argument for spark expire_snapshots (#2842)
---
docs/content/engines/spark.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/engines/spark.md b/docs/content/engines/spark.md
index 4d9983c05..113da01bb 100644
--- a/docs/content/engines/spark.md
+++ b/docs/content/engines/spark.md
@@ -574,7 +574,7 @@ s
<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>
- <td>CALL sys.expire_snapshots(table => 'default.T', retainMax => 10)</td>
+ <td>CALL sys.expire_snapshots(table => 'default.T', retain_max =>
10)</td>
</tr>
</tbody>
</table>