You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "zhangjun0x01 (via GitHub)" <gi...@apache.org> on 2023/08/01 15:40:17 UTC

[GitHub] [incubator-paimon] zhangjun0x01 opened a new issue, #1707: [Bug] flink cdc sync can not support `BIT(n)` data type

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-unsubscribe@paimon.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] zhuangchong commented on issue #1707: [Bug] flink cdc sync can not support `BIT(n)` data type

Posted by "zhuangchong (via GitHub)" <gi...@apache.org>.
zhuangchong commented on issue #1707:
URL: https://github.com/apache/incubator-paimon/issues/1707#issuecomment-1678725293

   This PR is done and I will close this issue.
   
   


-- 
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-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] zhuangchong closed issue #1707: [Bug] flink cdc sync can not support `BIT(n)` data type

Posted by "zhuangchong (via GitHub)" <gi...@apache.org>.
zhuangchong closed issue #1707: [Bug] flink cdc sync can not support `BIT(n)` data type
URL: https://github.com/apache/incubator-paimon/issues/1707


-- 
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-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org