simhadri-g commented on code in PR #4346:
URL: https://github.com/apache/hive/pull/4346#discussion_r1230964271


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -3697,7 +3700,9 @@ public static enum ConfVars {
         "A list of io exception handler class names. This is used\n" +
         "to construct a list exception handlers to handle exceptions thrown\n" 
+
         "by record readers"),
-
+    HIVE_MAPRED_INPUT_DIR("mapred.input.dir", "", "Path to input dir."),

Review Comment:
   Fixed. 



##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.java:
##########
@@ -157,9 +166,12 @@ public class HiveIcebergStorageHandler implements 
HiveStoragePredicateHandler, H
   private static final String TABLE_NAME_SEPARATOR = "..";
   private static final String ICEBERG = "iceberg";

Review Comment:
   Done, moved it to Constants



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