[ 
https://issues.apache.org/jira/browse/IMPALA-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17154987#comment-17154987
 ] 

Tim Armstrong commented on IMPALA-9934:
---------------------------------------

[~RenhaiZhao] I'm not sure exactly what could be going on here. If it's only 
TINYINT and not SMALLINT, that is interesting. Maybe in the codegen code we're 
not passing the TinyIntVal parameter to the function right, or something like 
that?

> ctest InPredicate test failure on aarch64
> -----------------------------------------
>
>                 Key: IMPALA-9934
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9934
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: zhaorenhai
>            Assignee: zhaorenhai
>            Priority: Major
>
> the InPredicate test case of expr-test  always failure when 
> disable_codegen=false, and the parameter type is tinyint.
> For example,
> select 1 in (2,3,1); will return false in the test. 
> but
> select 128 in (2,3,128) ; will return true.
> But with disable_codegen=true, it will be normal.
> And in impala shell, with disable_codegen=false, it also be normal.
> I have logged the parameters by CodegenDebugTrace, the first '1' become empty 
> when  codegen code executing, it is very strange. But (2, 3, 1) can be logged 
> normally.
> Hi, [~tarmstrong], Could you help to check this issue?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to