rdblue commented on code in PR #11151: URL: https://github.com/apache/iceberg/pull/11151#discussion_r1763567963
########## core/src/main/java/org/apache/iceberg/TableMetadata.java: ########## @@ -578,6 +578,10 @@ public TableMetadata removeSnapshotsIf(Predicate<Snapshot> removeIf) { return new Builder(this).removeSnapshots(toRemove).build(); } + public TableMetadata updateMetadataLocation(String newMetadataLocation) { Review Comment: I don't really understand the need for this. Why not just add a builder method that is used to attach the metadata file location without changing the last updated timestamp? -- 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