nastra commented on code in PR #9273:
URL: https://github.com/apache/iceberg/pull/9273#discussion_r1452605769


##########
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewritePositionDeleteFilesSparkAction.java:
##########
@@ -215,7 +215,9 @@ private ExecutorService rewriteService() {
   }
 
   private RewritePositionDeletesCommitManager commitManager() {
-    return new RewritePositionDeletesCommitManager(table);
+    Map<String, String> summary = Maps.newHashMap();
+    summary.put("spark.app.id", spark().sparkContext().applicationId());

Review Comment:
   @manuzhang sorry, due to other priorities I did not have time yet to look at 
this, but I'll try to this week



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