yunfengzhou-hub commented on code in PR #8452:
URL: https://github.com/apache/paimon/pull/8452#discussion_r3575830225
##########
docs/generated/flink_connector_configuration.html:
##########
@@ -272,6 +272,12 @@
<td>MemorySize</td>
<td>Weight of managed memory for RocksDB in cross-partition
update, Flink will compute the memory size according to the weight, the actual
memory used depends on the running environment.</td>
</tr>
+ <tr>
+ <td><h5>sink.key-only-deletes.enabled</h5></td>
+ <td style="word-wrap: break-word;">false</td>
+ <td>Boolean</td>
+ <td>If true, a primary-key table sink advertises the key-only
(partial) deletes capability, allowing the Flink planner to drop the upstream
ChangelogNormalize node when the source produces deletes by key. Requires Flink
2.1+; no effect on Flink 1.x. Does not apply when the table has no primary key,
when 'changelog-producer' is 'input', or when 'merge-engine' is 'aggregation'
or 'partial-update' with aggregation functions; in those cases a warning is
logged. Disabled by default.</td>
Review Comment:
> no effect on Flink 1.x.
Also no effect on Flink 2.0.
--
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]