kbendick commented on a change in pull request #3078:
URL: https://github.com/apache/iceberg/pull/3078#discussion_r711365183



##########
File path: core/src/main/java/org/apache/iceberg/util/PropertyUtil.java
##########
@@ -36,7 +37,7 @@ public static boolean propertyAsBoolean(Map<String, String> 
properties,
   }
 
   public static double propertyAsDouble(Map<String, String> properties,
-      String property, double defaultValue) {
+                                        String property, double defaultValue) {

Review comment:
       Nit - Unnecessary change in this PR. Ideally, we keep every line change 
specific to this one PR so that groups that might maintain a fork have an 
easier time cherry-picking what they need etc.




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