SteNicholas commented on code in PR #262:
URL: https://github.com/apache/flink-table-store/pull/262#discussion_r964341694
##########
docs/layouts/shortcodes/generated/core_configuration.html:
##########
@@ -224,5 +224,11 @@
<td><p>Enum</p></td>
<td>Specify the write mode for table.<br /><br />Possible
values:<ul><li>"append-only": The table can only accept append-only insert
operations. Neither data deduplication nor any primary key constraints will be
done when inserting rows into table store.</li><li>"change-log": The table can
accept insert/delete/update operations.</li></ul></td>
</tr>
+ <tr>
+ <td><h5>write.skip-compaction</h5></td>
Review Comment:
Is it better to replace `write.skip-compaction` with `compaction.skip`?
--
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]