Skip to content

Commit 8f36985

Browse files
committed
fix comment
1 parent f0fad8c commit 8f36985

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/layouts/shortcodes/generated/core_configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@
14621462
<td><h5>visibility-callback.enabled</h5></td>
14631463
<td style="word-wrap: break-word;">false</td>
14641464
<td>Boolean</td>
1465-
<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>
1465+
<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, only used for batch mode or bounded stream.</td>
14661466
</tr>
14671467
<tr>
14681468
<td><h5>visibility-callback.timeout</h5></td>

paimon-api/src/main/java/org/apache/paimon/CoreOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,7 @@ public InlineElement getDescription() {
22112211
.withDescription(
22122212
"Whether to enable the visibility wait callback that waits for compaction to complete "
22132213
+ "after commit. This is useful for primary key tables with deletion vectors or "
2214-
+ "postpone bucket mode to ensure data visibility.");
2214+
+ "postpone bucket mode to ensure data visibility, only used for batch mode or bounded stream.");
22152215

22162216
public static final ConfigOption<Duration> VISIBILITY_CALLBACK_TIMEOUT =
22172217
key("visibility-callback.timeout")

0 commit comments

Comments
 (0)