nastra commented on code in PR #9273: URL: https://github.com/apache/iceberg/pull/9273#discussion_r1495773405
########## core/src/main/java/org/apache/iceberg/SnapshotProducer.java: ########## @@ -351,6 +351,7 @@ private Map<String, String> summary(TableMetadata previous) { SnapshotSummary.ADDED_EQ_DELETES_PROP, SnapshotSummary.REMOVED_EQ_DELETES_PROP); + builder.putAll(EnvironmentContext.get()); Review Comment: can you add a simple test to `TestSnapshotSummary` to indicate that `iceberg-version` is part of the produced summary map -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org