gaborkaszab commented on code in PR #16677:
URL: https://github.com/apache/iceberg/pull/16677#discussion_r3403473911


##########
api/src/test/java/org/apache/iceberg/TestHelpers.java:
##########
@@ -74,12 +74,26 @@ public static <T> Stream<Arguments> serializers() {
   private TestHelpers() {}
 
   public static final int MAX_FORMAT_VERSION = 4;
+
+  // The highest format version covered by the default version-parameterized 
test ranges below.
+  // While a new format version is being incubated, this lags 
MAX_FORMAT_VERSION so that the
+  // existing parameterized test suite is not pinned to an incomplete code 
path. Bump this to

Review Comment:
   Bump it to MAX_FORMAT_VERSION or simply remove? Is there any point keeping 
it further?



-- 
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]

Reply via email to