geruh commented on code in PR #16073:
URL: https://github.com/apache/iceberg/pull/16073#discussion_r3142667318
##########
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:
Well we'd know what the actual exceptions to account for in catch above with
some real testing right. We should be strict in handling here to avoid masking
any real bugs.
--
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]