rdblue commented on code in PR #16408:
URL: https://github.com/apache/iceberg/pull/16408#discussion_r3337147908


##########
core/src/test/java/org/apache/iceberg/TestTrackedFileStruct.java:
##########
@@ -35,11 +35,14 @@ class TestTrackedFileStruct {
           Types.NestedField.optional(1000, "id_bucket", 
Types.IntegerType.get()),
           Types.NestedField.optional(1001, "category", 
Types.StringType.get()));
 
+  // Ordinal of MetadataColumns.ROW_POSITION within TrackingStruct's BASE_TYPE,
+  // which appends ROW_POSITION after the Tracking schema fields.
+  private static final int MANIFEST_POS_ORDINAL = 
Tracking.schema().fields().size();

Review Comment:
   This is fine.



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