[Bug] mongo cdc when type is boolean , use starrocks(paimon catalog) query with wrong value #4683
Open
1 of 2 tasks
Labels
bug
Something isn't working
Search before asking
Paimon version
paimon 0.9
starrocks 3.3.7
flink 1.20
Compute Engine
paimon mongo cdc
starrocks
Minimal reproduce step
What doesn't meet your expectations?
same value with string type
Anything else?
发现的规律(不太确定):只要mongodb 字段(bool类型)存在(N/A),当同步到paimon,并在starrocks 查询,所有查出来的该字段的值都是NULL
举例:mongo db 中 AADY 的 isOverseas为N/A,数据中有N/A情况
starrocks paimon catalog 中查询出来就都是 NULL
只有当 mongo 布尔字段全部有值, paimon catalog 中查询出来才正常 显示布尔字符串(过一段时间又不正常)
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: