tsreaper commented on code in PR #7235:
URL: https://github.com/apache/paimon/pull/7235#discussion_r2780421950
##########
docs/layouts/shortcodes/generated/core_configuration.html:
##########
@@ -1452,6 +1452,24 @@
<td>String</td>
<td>The Variant shredding schema for writing.</td>
</tr>
+ <tr>
+ <td><h5>visibility-callback.check-interval</h5></td>
+ <td style="word-wrap: break-word;">10 s</td>
+ <td>Duration</td>
+ <td>The interval for checking visibility when visibility-callback
enabled.</td>
+ </tr>
+ <tr>
+ <td><h5>visibility-callback.enabled</h5></td>
+ <td style="word-wrap: break-word;">false</td>
+ <td>Boolean</td>
+ <td>Whether to enable the visibility wait callback that waits for
compaction to complete after commit. This is useful for primary key tables with
deletion vectors or postpone bucket mode to ensure data visibility.</td>
Review Comment:
State that it is only used for batch mode or bounded stream.
--
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]