diff --git common/src/java/org/apache/hadoop/hive/conf/HiveConf.java common/src/java/org/apache/hadoop/hive/conf/HiveConf.java index 933bda4..552252d 100644 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java +++ common/src/java/org/apache/hadoop/hive/conf/HiveConf.java @@ -3621,12 +3621,12 @@ private static void populateLlapDaemonVarsSet(Set llapDaemonVarsSetLocal "2. better : use vectorized IF expression classes that conditionally execute THEN/ELSE\n" + " expressions for better performance.\n"), HIVE_TEST_VECTORIZATION_ENABLED_OVERRIDE("hive.test.vectorized.execution.enabled.override", - "none", new StringSet("none", "enable", "disable"), + "enable", new StringSet("none", "enable", "disable"), "internal use only, used to override the hive.vectorized.execution.enabled setting and\n" + "turn off vectorization. The default is false, of course", true), HIVE_TEST_VECTORIZATION_SUPPRESS_EXPLAIN_EXECUTION_MODE( - "hive.test.vectorization.suppress.explain.execution.mode", false, + "hive.test.vectorization.suppress.explain.execution.mode", true, "internal use only, used to suppress \"Execution mode: vectorized\" EXPLAIN display.\n" + "The default is false, of course", true),