You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queries using the Iceberg catalog are normal, but queries using the unified catalog result in errors.
ERROR 1064 (HY000): Failed to execute metadata collection job. Failed to get table [iceberg_db.starrocks_connector_iceberg_logical_metadata_table], msg: NoSuchObjectException: Entity Not Found (Service: Glue, Status Code: 400, Request ID: cb4f9a1a-629d-412a-8b92-c4f8935858aa)
StarRocks version (Required)
version 3.3.5
The text was updated successfully, but these errors were encountered:
Steps to reproduce the behavior (Required)
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”
)
3.
Expected behavior (Required)
Query is normal
Real behavior (Required)
Queries using the Iceberg catalog are normal, but queries using the unified catalog result in errors.
ERROR 1064 (HY000): Failed to execute metadata collection job. Failed to get table [iceberg_db.starrocks_connector_iceberg_logical_metadata_table], msg: NoSuchObjectException: Entity Not Found (Service: Glue, Status Code: 400, Request ID: cb4f9a1a-629d-412a-8b92-c4f8935858aa)
StarRocks version (Required)
The text was updated successfully, but these errors were encountered: