wzhero1 commented on code in PR #6933:
URL: https://github.com/apache/paimon/pull/6933#discussion_r2680955238
##########
docs/layouts/shortcodes/generated/core_configuration.html:
##########
@@ -146,6 +146,12 @@
<td>String</td>
<td>Fields that are ignored for comparison while generating -U, +U
changelog for the same record. This configuration is only valid for the
changelog-producer.row-deduplicate is true.</td>
</tr>
+ <tr>
+ <td><h5>changelog-read.sequence-number.enabled</h5></td>
+ <td style="word-wrap: break-word;">false</td>
+ <td>Boolean</td>
+ <td>Whether to include _SEQUENCE_NUMBER field in audit_log and
binlog system tables. This is only valid for primary key tables.</td>
Review Comment:
Changed to `table-read.sequence-number.enabled` for clearer semantics,
though I'm not sure if this will be supported on regular tables in the future.
If it is, the scope of the parameter would become limited.
--
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]