You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/09/23 09:59:47 UTC

[GitHub] [iceberg] dungdm93 commented on a change in pull request #3078: fix: JdbcCatalog jdbc.user is overwrite by user property

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org