aokolnychyi commented on code in PR #5257:
URL: https://github.com/apache/iceberg/pull/5257#discussion_r919275681
##########
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/BaseSnapshotUpdateSparkAction.java:
##########
@@ -20,20 +20,17 @@
package org.apache.iceberg.spark.actions;
import java.util.Map;
-import org.apache.iceberg.actions.SnapshotUpdate;
import org.apache.iceberg.relocated.com.google.common.collect.Maps;
import org.apache.spark.sql.SparkSession;
-abstract class BaseSnapshotUpdateSparkAction<ThisT, R>
- extends BaseSparkAction<ThisT, R> implements SnapshotUpdate<ThisT, R> {
+abstract class BaseSnapshotUpdateSparkAction<ThisT> extends
BaseSparkAction<ThisT> {
Review Comment:
I had to drop interfaces like `SnapshotUpdate` from parent actions so that
`ThisT` can be an action class.
--
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]