RussellSpitzer commented on code in PR #8381:
URL: https://github.com/apache/iceberg/pull/8381#discussion_r1306108490
##########
core/src/test/java/org/apache/iceberg/jdbc/TestJdbcCatalog.java:
##########
@@ -234,6 +236,43 @@ public void testReplaceTxnBuilder() {
assertThat(table.properties()).containsEntry("key1",
"value1").containsEntry("key2", "value2");
}
+ @Test
+ public void testReplaceTxnBuilderDefaultFormatVersion() {
Review Comment:
Same nit about extracting out common code since we will probably have 3 of
these tests in the near future.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]