gaborkaszab commented on code in PR #16285:
URL: https://github.com/apache/iceberg/pull/16285#discussion_r3394775504
##########
core/src/main/java/org/apache/iceberg/TrackingBuilder.java:
##########
@@ -109,6 +112,11 @@ TrackingBuilder dvUpdated() {
return this;
}
+ TrackingBuilder columnFileUpdated() {
+ this.latestColumnFileSnapshotId = newSnapshotId;
Review Comment:
Note to self: This should change the status to MODIFIED when the PR for that
status is merged.
##########
core/src/main/java/org/apache/iceberg/TrackedFileStruct.java:
##########
@@ -279,6 +292,8 @@ private Object getByPos(int pos) {
return splitOffsets();
case 14:
return equalityIds();
+ case 15:
Review Comment:
Note to self: This is going to be 16 when `writer_format_version` is merged
--
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]