abstractdog commented on code in PR #4973: URL: https://github.com/apache/hive/pull/4973#discussion_r1439335663
########## common/src/java/org/apache/hadoop/hive/conf/HiveConf.java: ########## @@ -4564,7 +4564,7 @@ public static enum ConfVars { HIVE_DECODE_PARTITION_NAME("hive.decode.partition.name", false, "Whether to show the unquoted partition names in query results."), - HIVE_EXECUTION_ENGINE("hive.execution.engine", "mr", new StringSet(true, "mr", "tez"), + HIVE_EXECUTION_ENGINE("hive.execution.engine", "tez", new StringSet(true, "tez", "mr"), "Chooses execution engine. Options are: mr (Map reduce, default), tez. While MR\n" + Review Comment: sure, this first commit is just for a quick precommit sanity test ########## common/src/java/org/apache/hadoop/hive/conf/HiveConf.java: ########## @@ -4564,7 +4564,7 @@ public static enum ConfVars { HIVE_DECODE_PARTITION_NAME("hive.decode.partition.name", false, "Whether to show the unquoted partition names in query results."), - HIVE_EXECUTION_ENGINE("hive.execution.engine", "mr", new StringSet(true, "mr", "tez"), + HIVE_EXECUTION_ENGINE("hive.execution.engine", "tez", new StringSet(true, "tez", "mr"), "Chooses execution engine. Options are: mr (Map reduce, default), tez. While MR\n" + Review Comment: sure, this first commit is just for a quick precommit sanity check -- 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