manuzhang commented on code in PR #9273:
URL: https://github.com/apache/iceberg/pull/9273#discussion_r1423851348
##########
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:
It's already set for `SparkCatalog`. If we go down this path, can we put all
of `EnvironmentContext.get()` into summary in `SnapshotProducer`?
--
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]