eric-maynard commented on code in PR #1456:
URL: https://github.com/apache/polaris/pull/1456#discussion_r2061006761
##########
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/IcebergCatalogTest.java:
##########
@@ -1693,8 +1695,8 @@ public void testFileIOWrapper() {
table.updateProperties().set("foo", "bar").commit();
Assertions.assertThat(measured.getInputBytes())
- .as("A table was read and written")
- .isGreaterThan(0);
+ .as("A table was read and written, but no trip to storage was made")
Review Comment:
Oh, that's true, the old message had me tripped up. Fixed, thanks!
--
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]