EMsnap commented on code in PR #8664:
URL: https://github.com/apache/inlong/pull/8664#discussion_r1292942681
##########
inlong-sort/sort-flink/cdc-base/src/main/java/org/apache/inlong/sort/cdc/base/source/assigner/state/PendingSplitsStateSerializer.java:
##########
@@ -369,8 +372,11 @@ private List<TableId> readTableIds(DataInputDeserializer
in) throws IOException
List<TableId> tableIds = new ArrayList<>();
final int size = in.readInt();
for (int i = 0; i < size; i++) {
+ // boolean useCatalogBeforeSchema = in.readBoolean();
Review Comment:
remove useless 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]