liuxiao2shf commented on code in PR #3619:
URL: https://github.com/apache/flink-cdc/pull/3619#discussion_r1836096199


##########
flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-base/src/test/java/org/apache/flink/cdc/connectors/base/experimental/fetch/MySqlSourceFetchTaskContext.java:
##########
@@ -119,7 +119,7 @@ public void configure(SourceSplitBase sourceSplitBase) {
                 new MySqlTaskContextImpl(connectorConfig, databaseSchema, 
binaryLogClient);
         final int queueSize =
                 sourceSplitBase.isSnapshotSplit()
-                        ? Integer.MAX_VALUE

Review Comment:
   I have already rolled back this change



##########
flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-base/src/test/java/org/apache/flink/cdc/connectors/base/experimental/utils/MySqlConnectionUtils.java:
##########
@@ -44,8 +46,15 @@ public class MySqlConnectionUtils {
 
     /** Creates a new {@link MySqlConnection}, but not open the connection. */
     public static MySqlConnection createMySqlConnection(Configuration 
dbzConfiguration) {
+        final MySqlConnectorConfig connectorConfig =
+                new MySqlConnectorConfig(
+                        dbzConfiguration
+                                .edit()
+                                
.with(AbstractDatabaseHistory.INTERNAL_PREFER_DDL, true)
+                                .build());

Review Comment:
   I have already rolled back this change



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