aokolnychyi commented on a change in pull request #2415:
URL: https://github.com/apache/iceberg/pull/2415#discussion_r608289686
##########
File path: spark/src/main/java/org/apache/iceberg/actions/Actions.java
##########
@@ -88,6 +89,10 @@ public ExpireSnapshotsAction expireSnapshots() {
return new ExpireSnapshotsAction(delegate);
}
+ public BaseDropTableSparkAction dropTableAction() {
Review comment:
I think I know why this is added here. We don't have an implementation
of `ActionsProvider` yet. I am about to add it so we will move this logic
there. It is ok to keep it here for now but we will need to wait for a new
entry point before merging this.
--
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]