RussellSpitzer commented on a change in pull request #2287:
URL: https://github.com/apache/iceberg/pull/2287#discussion_r589959033
##########
File path: spark/src/main/java/org/apache/iceberg/actions/BaseSparkAction.java
##########
@@ -50,6 +53,24 @@
protected abstract Table table();
+ protected abstract R doExecute();
+
+ protected abstract JobGroupInfo jobGroup();
Review comment:
That would be helpful for me, I will be having various actions fire off
and will need multiple descriptions. In my future thoughts for distributed
planning we would similarly want something that can apply separate job group
info to separate actions.
Too bad this isn't Scala it would be pretty :)
----------------------------------------------------------------
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]