HonahX commented on code in PR #11947: URL: https://github.com/apache/iceberg/pull/11947#discussion_r1916011232
########## core/src/test/java/org/apache/iceberg/TestTableMetadata.java: ########## @@ -96,31 +97,47 @@ public class TestTableMetadata { public TableOperations ops = new LocalTableOperations(temp); - @Test + private static Stream<Integer> formatVersionsProvider() { + return Stream.of(1, 2, 3); + } + + @ParameterizedTest + @MethodSource("formatVersionsProvider") Review Comment: Thanks for the pointer. I've updated the test to use this source instead -- 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