rdblue commented on a change in pull request #3457:
URL: https://github.com/apache/iceberg/pull/3457#discussion_r744336864



##########
File path: 
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/actions/BaseExpireSnapshotsSparkAction.java
##########
@@ -88,7 +95,7 @@ public void accept(String file) {
     }
   };
 
-  private final Set<Long> expiredSnapshotIds = Sets.newHashSet();
+  private final Set<Long> snapshotIdsToExpire = Sets.newHashSet();

Review comment:
       I think this is more correct, but I don't think it's worth making this 
change larger. I would just use a `removedSnapshotIds` variable later to avoid 
the name conflict.




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

Reply via email to