nastra commented on code in PR #12822: URL: https://github.com/apache/iceberg/pull/12822#discussion_r2048294068
########## core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java: ########## @@ -258,7 +257,8 @@ public void testLoadNamespaceMetadata() { @Test public void testSetNamespaceProperties() { - Assumptions.assumeTrue(supportsNamespaceProperties()); + assumeThat(supportsNamespaceProperties()).isEqualTo(true); + ; Review Comment: can be removed here and in all the other places further below -- 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