GOODBOY008 commented on code in PR #3608: URL: https://github.com/apache/flink-cdc/pull/3608#discussion_r1917771234
########## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/main/java/org/apache/flink/cdc/connectors/mysql/source/config/MySqlSourceConfigFactory.java: ########## @@ -71,6 +71,7 @@ public class MySqlSourceConfigFactory implements Serializable { private Map<ObjectPath, String> chunkKeyColumns = new HashMap<>(); private boolean skipSnapshotBackfill = false; private boolean parseOnLineSchemaChanges = false; + private boolean treatTinyInt1AsBoolean = false; Review Comment: Default value is `true`. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org