yadavay-amzn commented on code in PR #16073:
URL: https://github.com/apache/iceberg/pull/16073#discussion_r3140887878


##########
aws/src/test/java/org/apache/iceberg/aws/glue/TestGlueCatalog.java:
##########
@@ -312,6 +316,44 @@ public void testDropTable() {
     glueCatalog.dropTable(TableIdentifier.of("db1", "t1"));
   }
 
+  @Test
+  public void testDropTableWithPurgeFailure() {

Review Comment:
   Haven't tested against a real S3 Tables catalog. Is that strictly necessary 
for this change, or would the unit test coverage be sufficient?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to