RussellSpitzer commented on code in PR #16285:
URL: https://github.com/apache/iceberg/pull/16285#discussion_r3580800104
##########
core/src/main/java/org/apache/iceberg/Tracking.java:
##########
@@ -65,6 +65,12 @@ interface Tracking {
"replaced_positions",
Types.BinaryType.get(),
"Bitmap of positions replaced in this snapshot");
+ Types.NestedField LATEST_COLUMN_FILE_SNAPSHOT_ID =
+ Types.NestedField.optional(
+ 160,
+ "latest_column_file_snapshot_id",
+ Types.LongType.get(),
+ "Snapshot ID where the latest column file was added; null if there
are no column files");
Review Comment:
I think this should mirror the SnapshotID
"Snapshot ID where the file was added, deleted, or replaced");
"Snapshot ID where the latest column file was added; deleted or replaced;
null if there are no column files"
--
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]