karuppayya commented on a change in pull request #2415:
URL: https://github.com/apache/iceberg/pull/2415#discussion_r640925698
##########
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:
Should we move the `org.apache.iceberg.spark.actions.SparkActions` from
`spark2` to `spark` module, so that it is accessible to test in `spark` module?
--
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]