xiangyuf commented on code in PR #4126:
URL: https://github.com/apache/paimon/pull/4126#discussion_r1753037467
##########
paimon-common/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -1776,6 +1783,12 @@ public boolean changelogRowDeduplicate() {
return options.get(CHANGELOG_PRODUCER_ROW_DEDUPLICATE);
}
+ public List<String> changelogRowDeduplicateIgnoreSequenceField() {
Review Comment:
Not only ignore sequence fields here.
--
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]