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: [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]