JingsongLi commented on code in PR #1800:
URL: https://github.com/apache/incubator-paimon/pull/1800#discussion_r1292791066


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/cdc/mysql/MySqlSyncDatabaseAction.java:
##########
@@ -172,13 +174,18 @@ public void build(StreamExecutionEnvironment env) throws 
Exception {
                         + "use mysql-sync-table instead.");
         boolean caseSensitive = catalog.caseSensitive();
 
+        SpecialCastRules specialCastRules =
+                new SpecialCastRules(
+                        mySqlConfig.get(MYSQL_CONVERTER_TINYINT1_BOOL),
+                        catalog instanceof HiveCatalog);

Review Comment:
   Can Catalog returns a `List<DataTypeRoot> unsupportedTypes()`?



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