RussellSpitzer commented on a change in pull request #1395:
URL: https://github.com/apache/iceberg/pull/1395#discussion_r478664879
##########
File path:
spark/src/main/java/org/apache/iceberg/actions/ExpireSnapshotsAction.java
##########
@@ -90,6 +91,19 @@ protected Table table() {
return table;
}
+ /**
+ * Whether or not to use stream the expired file list to the driver. The
default (false) will use
+ * collect to bring back all results to the driver at once which may be an
issue with very long file lists.
Review comment:
Sgtm
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]