felixYyu commented on issue #4498:
URL: https://github.com/apache/iceberg/issues/4498#issuecomment-1088227496

   private static final String REWRITE_MANIFESTS = "REWRITE-MANIFESTS";
   
   public RewriteManifests.Result execute() {
       String desc = String.format("Rewriting manifests (staging location=%s) 
of %s", stagingLocation, table.name());
       // I think static var should instead, Other code should also be used as 
a constraint
       //JobGroupInfo info = newJobGroupInfo("REWRITE-MANIFESTS", desc);
       JobGroupInfo info = newJobGroupInfo(REWRITE_MANIFESTS, desc);
       return withJobGroupInfo(info, this::doExecute);
     }


-- 
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]

Reply via email to