【详述】问题详细描述 :
starrocks创建hudi catalog,rt表查询where条件没生效,ro表没问题
【背景】做过哪些操作?
CREATE EXTERNAL CATALOG hudi_catalog_hms
PROPERTIES
(
“type” = “hudi”,
“hive.metastore.type” = “hive”,
“hive.metastore.uris” = “thrift://xxx:9083”
);
【业务影响】
影响比较大,hudi的compaction对于更新频率较低的表不一定生效,所以我们使用Mor格式的rt表,where查询是非常常见的场景。
【StarRocks版本】例如:sr 3.0.1 hudi 0.13.1
【集群规模】例如:3fe+3be
【联系方式】社区群6-564016339@qq.com
【附件】