LinMingQiang commented on code in PR #4884:
URL: https://github.com/apache/paimon/pull/4884#discussion_r1915907067
##########
docs/layouts/shortcodes/generated/core_configuration.html:
##########
@@ -1050,6 +1050,12 @@
<td>Integer</td>
<td>Write batch size for any file format if it supports.</td>
</tr>
+ <tr>
+ <td><h5>write.skip-actions</h5></td>
+ <td style="word-wrap: break-word;">(none)</td>
+ <td>String</td>
+ <td>This parameter only works when write-only is false., You can
specify which actions to skip during the write process.<br />1.
'partition-expire': Skip the action of partition expiration.<br />2.
'snapshot-expire': Skip the action of snapshot expiration.<br />3.
'create-tag': Skip automatic tag creation.<br />Both can be configured at the
same time: 'partition-expire,snapshot-expire,create-tag'.</td>
Review Comment:
Ok, I will fix it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]