eric-maynard commented on code in PR #1456:
URL: https://github.com/apache/polaris/pull/1456#discussion_r2061007359
##########
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/IcebergCatalogTest.java:
##########
@@ -1843,6 +1845,55 @@ public void
testConcurrencyConflictUpdateTableDuringFinalTransaction() {
.hasMessageContaining("conflict_table");
}
+ @ParameterizedTest
+ @ValueSource(booleans = {false, true})
+ public void testTableOperationsDoesNotRefreshAfterCommit(boolean
updateMetadataOnCommit) {
+ if (this.requiresNamespaceCreate()) {
Review Comment:
Good point, changed to `Assumptions.assumeTrue`
--
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]