JingsongLi commented on code in PR #7972:
URL: https://github.com/apache/paimon/pull/7972#discussion_r3302543921
##########
paimon-core/src/main/java/org/apache/paimon/operation/commit/ConflictDetection.java:
##########
@@ -131,6 +132,14 @@ public boolean hasRowIdCheckFromSnapshot() {
return rowIdCheckFromSnapshot != null;
}
+ public void setRowIdReassignCheckFromSnapshot(@Nullable Long
rowIdReassignCheckFromSnapshot) {
Review Comment:
Can we just reuse setRowIdCheckFromSnapshot?
--
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]