kamcheungting-db commented on code in PR #13694:
URL: https://github.com/apache/iceberg/pull/13694#discussion_r2304433528


##########
api/src/main/java/org/apache/iceberg/DataFile.java:
##########
@@ -149,7 +153,35 @@ static StructType getType(StructType partitionType) {
         FIRST_ROW_ID,
         REFERENCED_DATA_FILE,
         CONTENT_OFFSET,
-        CONTENT_SIZE);
+        CONTENT_SIZE,
+        CONTENT_STATS);
+  }
+
+  static StructType getType(PartitionSpec spec) {
+    // IDs start at 100 to leave room for changes to ManifestEntry

Review Comment:
   this comment looks like unnecessary



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to