gong commented on code in PR #4340:
URL: https://github.com/apache/incubator-inlong/pull/4340#discussion_r880077460


##########
inlong-sort/sort-connectors/mysql-cdc/src/main/java/org/apache/inlong/sort/cdc/mysql/debezium/task/MySqlSnapshotSplitReadTask.java:
##########
@@ -180,6 +173,14 @@ protected SnapshotContext prepare(ChangeEventSourceContext 
changeEventSourceCont
         return new MySqlSnapshotContext();
     }
 
+    private static class MySqlSnapshotContext
+            extends 
RelationalSnapshotChangeEventSource.RelationalSnapshotContext {
+
+        public MySqlSnapshotContext() throws SQLException {
+            super("");

Review Comment:
   Just rollback code. No change it.



-- 
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]

Reply via email to