homar commented on code in PR #4660:
URL: https://github.com/apache/iceberg/pull/4660#discussion_r865431774


##########
core/src/main/java/org/apache/iceberg/SnapshotSummary.java:
##########
@@ -354,4 +354,8 @@ private static void setIf(boolean expression, 
ImmutableMap.Builder<String, Strin
       builder.put(property, String.valueOf(value));
     }
   }
+
+  private static void set(ImmutableMap.Builder<String, String> builder, String 
property, Object value) {

Review Comment:
   That's a good point. Thanks



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