sullis commented on code in PR #12748: URL: https://github.com/apache/iceberg/pull/12748#discussion_r2040777530
########## core/src/test/java/org/apache/iceberg/TestBase.java: ########## @@ -199,7 +201,7 @@ public class TestBase { @Parameters(name = "formatVersion = {0}") protected static List<Object> parameters() { - return Arrays.asList(1, 2, 3); + return Arrays.stream(ALL_VERSIONS).boxed().collect(Collectors.toUnmodifiableList()); Review Comment: I just pushed another update. I changed TestHelpers.ALL_VERSION from int[] to List<Integer> -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org