apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.43k stars 957 forks source link

[Bug] MySQL CDC may throw error when handling TINYINT(1) #1420

Closed yuzelin closed 1 year ago

yuzelin commented 1 year ago

Search before asking

Paimon version

master

Compute Engine

flink

Minimal reproduce step

MySQL TINYINT(1) ; insert 21.

What doesn't meet your expectations?

Current implementation use bool to transfer TINYINT(1), which may cause error.

Anything else?

No response

Are you willing to submit a PR?

legendtkl commented 1 year ago

hi, @yuzelin , I would like to take this issue, would you help assign it to me?

Thanks.

john8628 commented 1 year ago

same with https://github.com/apache/incubator-paimon/issues/1395;

yuzelin commented 1 year ago

Thanks, @john8628 , I will close this. cc @legendtkl