You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/05/24 05:41:06 UTC

[GitHub] [incubator-inlong] gong commented on a diff in pull request #4340: [INLONG-4339][Sort] Rollback debezium-core to 1.5.4

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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org