sullis commented on PR #12748:
URL: https://github.com/apache/iceberg/pull/12748#issuecomment-2810517778

   > Don't we need it to be an int[] for the tests that use JUnit annotations 
not expecting a List?
   
   There are some tests that use JUnit FieldSource.  For example:   
TestSchema.java
   
   ```
    @ParameterizedTest
     @FieldSource("org.apache.iceberg.TestHelpers#ALL_VERSIONS")
     public void testSupportedWriteDefault(int formatVersion)
   ```
   
   When I run TestSchema, it uses all values from the ALL_VERSIONS List
   
   <img width="261" alt="image" 
src="https://github.com/user-attachments/assets/6a4b56ac-a77e-4283-a71b-df028800170a";
 />
   
   
   
   


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

Reply via email to