JingsongLi commented on code in PR #4884: URL: https://github.com/apache/paimon/pull/4884#discussion_r1914168078
########## 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: Maybe you can add a `write-actions`? Default is 'all'. The values can be: `snapshot-expire`, `partition-expire`, `compaction`, `tag-automatic-creation`. -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org