【详述】
发现一个hive catalog BUG。
版本 3.5.7
hive的数据里 有个字段枚举值 Y / N / null
然后
select count(1) from hive_catalog.db.table where 字段 is null
是能拿到数据的。
但是
select count(1) from hive_catalog.db.table where 字段 is null or 字段=‘Y’
拿不到 null 的数据。
【背景】做过哪些操作?
【业务影响】
【StarRocks版本】2.5.7
【集群规模】例如:3fe(1 follower+2observer)+3be(fe与be混部)
【机器信息】CPU虚拟核/内存/网卡,例如:48C/64G/万兆
【附件】


hive中的截图



