RussellSpitzer commented on code in PR #12335:
URL: https://github.com/apache/iceberg/pull/12335#discussion_r1962049988
##########
core/src/test/java/org/apache/iceberg/rest/responses/TestLoadTableResponseParser.java:
##########
@@ -56,11 +58,12 @@ public void missingFields() {
.hasMessage("Cannot parse missing field: metadata");
}
- @Test
- public void roundTripSerde() {
+ @ParameterizedTest
+ @ValueSource(ints = {2, 3})
Review Comment:
Or if we need to do a range --
```java
private static int[] supportedInitialDefault =
IntStream.rangeClosed(DEFAULT_VALUES_MIN_FORMAT_VERSION,
MAX_FORMAT_VERSION).toArray();
`1``
Something like that ^
--
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]