zhangjun0x01 opened a new issue, #1707: URL: https://github.com/apache/incubator-paimon/issues/1707
### Search before asking - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar. ### Paimon version master ### Compute Engine flink ### Minimal reproduce step 1. start a flink sync job to sync mysql table to paimon 2. the mysql table has `bit` and `bit(10)` type 3. now all the mysql `bit` data type be converted to paimon `BOOLEAN` . 4. if the mysql data of the `BIT(10)` type is `B'0000111'` , it can not be converted to paimon `BOOLEAN`. ### What doesn't meet your expectations? it will throws an exception. ### Anything else? _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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...@paimon.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org