aokolnychyi commented on a change in pull request #2415:
URL: https://github.com/apache/iceberg/pull/2415#discussion_r627728519
##########
File path: spark/src/main/java/org/apache/iceberg/actions/Actions.java
##########
@@ -88,6 +89,10 @@ public ExpireSnapshotsAction expireSnapshots() {
return new ExpireSnapshotsAction(delegate);
}
+ public BaseRemoveFilesSparkAction removeFilesAction() {
Review comment:
Let's add it to `ActionsProvider` interface instead.
--
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]