xxubai commented on code in PR #11359:
URL: https://github.com/apache/gravitino/pull/11359#discussion_r3346266608


##########
catalogs/catalog-glue/src/test/java/org/apache/gravitino/catalog/glue/TestGlueCatalogOperationsForIceberg.java:
##########
@@ -203,6 +208,33 @@ void testCreateTable_icebergMissingLocationThrows() {
                 Indexes.EMPTY_INDEXES));
   }
 
+  @Test
+  void testLoadTable_icebergMetadataLoadFailureKeepsGlueOpsContext() {
+    software.amazon.awssdk.services.glue.model.Table rawTable =

Review Comment:
   Already import Iceberg table class: `import org.apache.iceberg.Table`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to