lvyanquan commented on code in PR #3812:
URL: https://github.com/apache/flink-cdc/pull/3812#discussion_r2009421299
##########
flink-cdc-runtime/src/main/java/org/apache/flink/cdc/runtime/operators/schema/common/TableIdRouter.java:
##########
@@ -95,4 +96,23 @@ private TableId resolveReplacement(
}
return TableId.parse(route.f1);
}
+
+ public List<Set<TableId>> groupSourceTablesByRouteRule(Set<TableId>
tableIdSet) {
Review Comment:
Ditto.
##########
flink-cdc-runtime/src/main/java/org/apache/flink/cdc/runtime/operators/schema/common/TableIdRouter.java:
##########
@@ -76,7 +77,7 @@ public List<TableId> route(TableId sourceTableId) {
return routingCache.getUnchecked(sourceTableId);
}
- private List<TableId> calculateRoute(TableId sourceTableId) {
+ public List<TableId> calculateRoute(TableId sourceTableId) {
Review Comment:
@aiwenmo could you add some feedback about this comment?
--
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]