Carl-Zhou-CN commented on code in PR #6251:
URL: https://github.com/apache/seatunnel/pull/6251#discussion_r1458168423
##########
seatunnel-connectors-v2/connector-cdc/connector-cdc-oracle/src/main/java/org/apache/seatunnel/connectors/seatunnel/cdc/oracle/source/eumerator/OracleChunkSplitter.java:
##########
@@ -104,21 +103,4 @@ protected int ObjectCompare(Object obj1, Object obj2) {
return ObjectUtils.compare(obj1, obj2);
}
}
-
Review Comment:
Why does he need to be removed? I think choosing it in the absence of a
primary key is also a valid option.
--
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]