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


##########
core/src/test/java/org/apache/iceberg/TestTrackedFileStruct.java:
##########
@@ -49,10 +49,9 @@ class TestTrackedFileStruct {
   private static final int FILE_SIZE_IN_BYTES_ORDINAL =
       SCHEMA_FIELDS.indexOf(TrackedFile.FILE_SIZE_IN_BYTES);
   private static final int SPEC_ID_ORDINAL = 
SCHEMA_FIELDS.indexOf(TrackedFile.SPEC_ID);
-  // partition and content_stats are rebuilt with the supplied struct types 
inside
-  // schemaWithContentStats, so their ordinals are looked up by field ID.
+  // partition is rebuilt with the supplied struct types inside 
schemaWithContentStats, so its
+  // ordinal is looked up by field ID.

Review Comment:
   I would rather not have comments than have these that get updated every time 
an LLM touches the file.



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