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


##########
core/src/main/java/org/apache/iceberg/EnvironmentContext.java:
##########
@@ -26,7 +26,9 @@ public class EnvironmentContext {
   public static final String ENGINE_NAME = "engine-name";
   public static final String ENGINE_VERSION = "engine-version";
 
-  private EnvironmentContext() {}
+  private EnvironmentContext() {
+    PROPERTIES.put("iceberg-version", IcebergBuild.fullVersion());

Review Comment:
   I thought about that, but it's not really used anywhere, other than this 
place



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