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: [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