anoopj commented on code in PR #18109:
URL: https://github.com/apache/iceberg/pull/18109#discussion_r4021622319


##########
core/src/main/java/org/apache/iceberg/StatsUtil.java:
##########
@@ -129,7 +129,7 @@ static int statOffset(int statId) {
   }
 
   public static Types.NestedField contentStatsField(Types.StructType 
contentStats) {
-    return optional(TrackedFile.CONTENT_STATS_ID, 
TrackedFile.CONTENT_STATS_NAME, contentStats);
+    return optional(146, "content_stats", contentStats);

Review Comment:
   This is bringing back the fixed field IDs that were removed in 
https://github.com/apache/iceberg/pull/17649  - is this intentional?



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