RussellSpitzer commented on code in PR #12672:
URL: https://github.com/apache/iceberg/pull/12672#discussion_r2019480625


##########
core/src/test/java/org/apache/iceberg/rest/responses/TestLoadTableResponseParser.java:
##########
@@ -138,8 +137,8 @@ public void roundTripSerdeV1() {
   }
 
   @ParameterizedTest
-  @ValueSource(ints = {2, MAX_FORMAT_VERSION})
-  public void roundTripSerdeV2andHigher(int formatVersion) {
+  @ValueSource(ints = 3)

Review Comment:
   I would change this to stream  V3 -> MAX_FORMAT_VERSION , inclusive . Just 
trying to forward protect this



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