Skip to content

Commit

Permalink
[doc] Fix argument for spark expire_snapshots (apache#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy authored Feb 2, 2024
1 parent d516ef6 commit 5750519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/engines/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5750519

Please sign in to comment.