rbalamohan commented on code in PR #3631: URL: https://github.com/apache/hive/pull/3631#discussion_r982923500
########## ql/src/test/queries/clientpositive/llapdecider.q: ########## @@ -67,4 +67,10 @@ set hive.llap.skip.compile.udf.check=true; EXPLAIN SELECT sum(cast(test_udf_get_java_string(cast(key as string)) as int) + 1) from src_orc_n2 where cast(key as int) > 1; -set hive.execution.mode=container; \ No newline at end of file +set hive.execution.mode=llap; +set hive.llap.execution.mode=all; +set hive.merge.tezfiles=true; Review Comment: Can you reset this back to the default value (false) in the end of this execution? Rest LGTM. -- 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]
