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


##########
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:
   this change seems unnecessary since we pass an empty string in catalogName



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