nastra commented on code in PR #18109:
URL: https://github.com/apache/iceberg/pull/18109#discussion_r4027099479
##########
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:
+1 on reverting these changes, I think they were added back (automatically)
after rebasing against latest main. Same for TrackedFileStruct
--
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]