slfan1989 commented on code in PR #12822: URL: https://github.com/apache/iceberg/pull/12822#discussion_r2049754501
########## core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java: ########## @@ -2754,9 +2743,7 @@ public void testConcurrentReplaceTransactionSchema2() { @Test public void testConcurrentReplaceTransactionSchemaConflict() { - assumeThat(supportsServerSideRetry()) - .isEqualTo(true) - .as("Schema conflicts are detected server-side"); + assumeThat(supportsServerSideRetry()).isTrue().as("Schema conflicts are detected server-side"); Review Comment: @ebyhr Thanks for the review! -- 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