okumin commented on code in PR #5452:
URL: https://github.com/apache/hive/pull/5452#discussion_r1807827926
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -809,6 +809,10 @@ public static enum ConfVars {
HIVE_IN_TEST_REPL("hive.in.repl.test", false, "internal usage only, true
in replication test mode", true),
HIVE_IN_TEST_IDE("hive.in.ide.test", false, "internal usage only, true if
test running in ide",
true),
+
HIVE_IN_TEST_PLANMAPPER_STRICT_VALIDATION("hive.in.test.planmapper.strict.validation",
false,
+ "internal use only, whether to raise an error when unexpected links
are found. We ignore equivalence mapping "
+ + "violation because it introduces only minor problems. But we want to
strictly check it in qtest so that we "
+ + "can prevent further degradations"),
Review Comment:
Done by
https://github.com/apache/hive/pull/5452/commits/4f60470184e766798f6bf32319aca90c97446312
--
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]