You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/09/28 22:52:48 UTC

[GitHub] [hive] rbalamohan commented on a diff in pull request #3631: [WIP] HIVE-26574: Make TaskGraphWalker walk ConditionalTask children

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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org