nastra commented on code in PR #12670:
URL: https://github.com/apache/iceberg/pull/12670#discussion_r2026832528


##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -1864,8 +1870,13 @@ private static List<HistoryEntry> updateSnapshotLog(
         List<MetadataUpdate> changes) {
       Set<Long> intermediateSnapshotIds = intermediateSnapshotIdSet(changes, 
currentSnapshotId);
       boolean hasIntermediateSnapshots = !intermediateSnapshotIds.isEmpty();
+      // TODO: Remove extra condition once RemoveSnapshot is deprecated and 
removed

Review Comment:
   can also be removed for the same reason as mentioned earlier



-- 
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

Reply via email to