pvary commented on a change in pull request #2193:
URL: https://github.com/apache/hive/pull/2193#discussion_r617208933
##########
File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
##########
@@ -770,6 +770,8 @@ private static void populateLlapDaemonVarsSet(Set<String>
llapDaemonVarsSetLocal
"If not set, defaults to the codec extension for text files (e.g.
\".gz\"), or no extension otherwise."),
HIVE_IN_TEST("hive.in.test", false, "internal usage only, true in test
mode", true),
+ HIVE_IN_TEST_ICEBERG("hive.in.iceberg.test", false, "internal usage only,
true when " +
Review comment:
How I hate test code in the production codepath, I can not tell you...
@deniskuzZ: How hard would it be to get rid of this?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]