GOODBOY008 commented on code in PR #3608: URL: https://github.com/apache/flink-cdc/pull/3608#discussion_r1917763115
########## flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-mysql/src/main/java/org/apache/flink/cdc/connectors/mysql/source/MySqlDataSourceOptions.java: ########## @@ -298,4 +298,11 @@ public class MySqlDataSourceOptions { .withDescription( "Whether enable include table and column comments, by default is false, if set to true, table and column comments will be sent. " + "Note: Enable this option will bring the implications on memory usage."); + + @Experimental + public static final ConfigOption<Boolean> TREAT_TINYINT1_AS_BOOLEAN = + ConfigOptions.key("treat-tinyint1-as-boolean") Review Comment: '_' should be '.'. -- 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