GOODBOY008 commented on code in PR #3608:
URL: https://github.com/apache/flink-cdc/pull/3608#discussion_r1912835315


##########
flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/main/java/org/apache/flink/cdc/connectors/mysql/source/assigners/MySqlChunkSplitter.java:
##########
@@ -148,7 +149,12 @@ private void analyzeTable(MySqlPartition partition, 
TableId tableId) {
             splitColumn =
                     ChunkUtils.getChunkKeyColumn(
                             currentSplittingTable, 
sourceConfig.getChunkKeyColumns());
-            splitType = ChunkUtils.getChunkKeyColumnType(splitColumn);
+            boolean tinyInt1isBit =

Review Comment:
   Can we add field or method in class `MySqlSourceConfig` to get 
`tinyInt1isBit`?



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

Reply via email to