ajantha-bhat commented on code in PR #32:
URL: https://github.com/apache/polaris-tools/pull/32#discussion_r2402370652
##########
iceberg-catalog-migrator/cli/src/test/java/org/apache/polaris/iceberg/catalog/migrator/cli/AbstractCLIMigrationTest.java:
##########
@@ -106,11 +109,6 @@ private static void initializeCatalog(
}
}
- @AfterAll
- protected static void tearDown() throws Exception {
Review Comment:
Child class need to shutdown the container after drop table now due to use
of docker. So, this function cannot be at parent class. Moved to child classes.
--
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]