Skip to content

Commit

Permalink
[doc] Fix arguement error for spark expire_snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Jan 22, 2024
1 parent baaf45b commit a5a0bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/engines/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a5a0bed

Please sign in to comment.