dybyte commented on code in PR #10236:
URL: https://github.com/apache/seatunnel/pull/10236#discussion_r2647501065
##########
seatunnel-connectors-v2/connector-cdc/connector-cdc-base/src/test/java/jdbc/source/JdbcSourceChunkSplitterTest.java:
##########
@@ -247,4 +257,121 @@ public List<ConstraintKey> getUniqueKeys(JdbcConnection
jdbcConnection, TableId
return new ArrayList<ConstraintKey>();
}
}
+
+ private class TestSourceDialectWithUniqueKey implements
JdbcDataSourceDialect {
Review Comment:
I missed this part earlier. Good catch.
--
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]