[ 
https://issues.apache.org/jira/browse/HIVE-26574?focusedWorklogId=813158&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-813158
 ]

ASF GitHub Bot logged work on HIVE-26574:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Sep/22 22:56
            Start Date: 28/Sep/22 22:56
    Worklog Time Spent: 10m 
      Work Description: 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.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 813158)
    Time Spent: 40m  (was: 0.5h)

> hive.merge.tezfiles does not work with LLAP hive.llap.execution.mode = all
> --------------------------------------------------------------------------
>
>                 Key: HIVE-26574
>                 URL: https://issues.apache.org/jira/browse/HIVE-26574
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>    Affects Versions: 4.0.0-alpha-2
>            Reporter: John Sherman
>            Assignee: John Sherman
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> set hive.execution.mode=llap;
> set hive.llap.execution.mode=all;
> set hive.merge.tezfiles=true;
> with the above settings the Merge work generated does not get converted to 
> LLAP work and thus fails on platform that require LLAP.
> This will either end up causing the query compilation to fail OR a 
> NullPointerException at execution time.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to