Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
2.43k
stars
957
forks
source link
[Bug] flink cdc sync can not support `BIT(n)` data type #1707
Closed
zhangjun0x01 closed 1 year ago
Search before asking
Paimon version
master
Compute Engine
flink
Minimal reproduce step
bit
andbit(10)
typebit
data type be converted to paimonBOOLEAN
.BIT(10)
type isB'0000111'
, it can not be converted to paimonBOOLEAN
.What doesn't meet your expectations?
it will throws an exception.
Anything else?
No response
Are you willing to submit a PR?