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



##########
File path: core/src/main/java/org/apache/iceberg/RemoveSnapshots.java
##########
@@ -79,10 +80,11 @@ public void accept(String file) {
   private TableMetadata base;
   private long expireOlderThan;
   private int minNumSnapshots;
+  private ExpireSnapshotResult expireSnapshotResult;
   private Consumer<String> deleteFunc = defaultDelete;
   private ExecutorService deleteExecutorService = 
DEFAULT_DELETE_EXECUTOR_SERVICE;
 
-  RemoveSnapshots(TableOperations ops) {
+  public RemoveSnapshots(TableOperations ops) {

Review comment:
       This is created by calling `expireSnapshots` on a table. Why did you 
make it public?




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