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



##########
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:
       It's because of my IDE (IntelliJ). I changed it back.
   Could you take a look




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