ic4y commented on issue #4695: URL: https://github.com/apache/incubator-seatunnel/issues/4695#issuecomment-1535630844
> > > Mysql CDC TINYINT(n) This is also not implemented > > > > > > TINYINT(n) should be read as the Bit(n) data type when accessed through JDBC, so if Bit(n) is supported, TINYINT(n) should be supported as well. Alternatively, wait for #4671 to be merged, then test whether TINYINT(n) is supported > > jdbc TINYINT(1) is also supported by Flink In #4671, TINYINT(1) is already supported. You can add corresponding tests in #4639. -- 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]
