gaborkaszab commented on code in PR #16688:
URL: https://github.com/apache/iceberg/pull/16688#discussion_r3372522456


##########
core/src/test/java/org/apache/iceberg/TestTrackedFileStruct.java:
##########
@@ -39,6 +39,8 @@ class TestTrackedFileStruct {
   // which appends ROW_POSITION after the Tracking schema fields.
   private static final int MANIFEST_POS_ORDINAL = 
Tracking.schema().fields().size();
 
+  private static final int WRITER_FORMAT_VERSION_V4 = 4;

Review Comment:
   I changed this to 1 as per the spec PR. Also went for the required field 
following the spec PR to be aligned.



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