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