nastra commented on code in PR #8907: URL: https://github.com/apache/iceberg/pull/8907#discussion_r1379889859
########## core/src/test/java/org/apache/iceberg/view/ViewCatalogTests.java: ########## @@ -368,8 +368,19 @@ public void createTableViaTransactionThatAlreadyExistsAsView() { assertThat(catalog().viewExists(viewIdentifier)).as("View should exist").isTrue(); assertThatThrownBy(transaction::commitTransaction) - .isInstanceOf(AlreadyExistsException.class) - .hasMessageStartingWith("View with same name already exists: ns.view"); + .satisfiesAnyOf( Review Comment: why are these changes here needed? -- 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