difin commented on code in PR #5995:
URL: https://github.com/apache/hive/pull/5995#discussion_r2258520378


##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/InputFormatConfig.java:
##########
@@ -224,7 +218,9 @@ public static boolean fetchVirtualColumns(Configuration 
conf) {
    * @return Hadoop config key of a catalog property for the catalog name
    */
   public static String catalogPropertyConfigKey(String catalogName, String 
catalogProperty) {
-    return String.format("%s%s.%s", CATALOG_CONFIG_PREFIX, catalogName, 
catalogProperty);
+    return Strings.isNullOrEmpty(catalogName) ?

Review Comment:
   removed



-- 
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: gitbox-unsubscr...@hive.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to