Unified Catalog 查询iceberg报错问题

为了更快的定位您的问题,请提供以下信息,谢谢
【详述】在3.3.5版本使用Unified Catalog 查询iceberg报错,使用iceberg catalog查询是正常的
【背景】做过哪些操作?
【业务影响】
【是否存算分离】
【StarRocks版本】例如:3.3.5
【集群规模】例如:3fe(1 follower+2observer)+5be(fe与be混部)
【机器信息】arm
【联系方式】社区群1-峻
【附件】


fe.log (33.1 KB)

错误信息:ERROR 1064 (HY000): Failed to execute metadata collection job. Failed to get table [ice_dwd.starrocks_connector_iceberg_logical_metadata_table], msg: NoSuchObjectException: Entity Not Found (Service: Glue, Status Code: 400, Request ID: cb4f9a1a-629d-412a-8b92-c4f8935858aa)

CREATE EXTERNAL CATALOG unified_catalog
PROPERTIES (“enable_iceberg_metadata_cache” = “false”,
“enable_remote_file_cache” = “false”,
“aws.s3.use_instance_profile” = “true”,
“aws.s3.region” = “XXX”,
“aws.glue.use_instance_profile” = “true”,
“aws.glue.region” = “XXX”,
“type” = “unified”,
“unified.metastore.type” = “glue”,
“enable_metastore_cache” = “false”
)

iceberg相关参数