deniskuzZ commented on code in PR #4392: URL: https://github.com/apache/hive/pull/4392#discussion_r1234887168
########## common/src/java/org/apache/hadoop/hive/conf/HiveConf.java: ########## @@ -795,6 +795,9 @@ public static enum ConfVars { "String used as a file extension for output files. \n" + "If not set, defaults to the codec extension for text files (e.g. \".gz\"), or no extension otherwise."), + HIVE_TEZ_FOR_LOAD_NON_NATIVE_TABLE("hive.tez.for.load.non.native.table", false, Review Comment: wouldn't it be better something like 'HIVE_LOAD_DATA_USE_NATIVE_API("hive.load.data.use.native.api")' - use native api instead of tez job ... ? -- 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