nastra commented on code in PR #9273:
URL: https://github.com/apache/iceberg/pull/9273#discussion_r1424962135
##########
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:
I don't know yet, I'd have to think more about potential implications of
this. I'll try and find some time this week to review this
--
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]