stevenzwu commented on code in PR #16285:
URL: https://github.com/apache/iceberg/pull/16285#discussion_r3376805809
##########
core/src/main/java/org/apache/iceberg/TrackingStruct.java:
##########
@@ -40,6 +40,7 @@ class TrackingStruct extends SupportsIndexProjection
implements Tracking, Serial
Tracking.FIRST_ROW_ID,
Tracking.DELETED_POSITIONS,
Tracking.REPLACED_POSITIONS,
+ Tracking.LATEST_COLUMN_FILE_SNAPSHOT_ID,
Review Comment:
Same gap will land at `case 15` in `TrackedFileStruct` for `column_files`
once the schema includes it. One small thing: in `internalSet`, the `default`
branch comment ("ignore the object, it must be from a newer version of the
format") would silently swallow values written at this version`s ordinals 8 /
15 if anything happened to set them before #16321 lands. Adding explicit `case
8:` / `case 15:` placeholders that throw (or no-op with a TODO referencing the
follow-up) would make the deferred state loud rather than silent.
--
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]