lschetanrao commented on code in PR #9241: URL: https://github.com/apache/iceberg/pull/9241#discussion_r1420850601
########## mr/src/test/java/org/apache/iceberg/mr/TestCatalogs.java: ########## @@ -198,11 +202,11 @@ public void testCreateDropTableToCatalog() throws IOException { public void testLoadCatalogDefault() { String catalogName = "barCatalog"; Optional<Catalog> defaultCatalog = Catalogs.loadCatalog(conf, catalogName); - Assert.assertTrue(defaultCatalog.isPresent()); + Assertions.assertThat(defaultCatalog.isPresent()).isTrue(); Review Comment: Fixed this in latest commit https://github.com/apache/iceberg/pull/9241/commits/10a0099520665385bdb837372f27f17f1a41c50f -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org