jfsii commented on code in PR #3631:
URL: https://github.com/apache/hive/pull/3631#discussion_r982925009


##########
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:
   Will do @rbalamohan - thanks for taking a look. I have test failures I need 
to look at also - some compaction test related ones and various diff changes 
around things getting vectorized and llap converted that were not before. So I 
need some additional investigation.



-- 
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]

Reply via email to