You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "zhaorenhai (Jira)" <ji...@apache.org> on 2020/07/10 10:17:00 UTC

[jira] [Resolved] (IMPALA-9934) ctest InPredicate test failure on aarch64

     [ https://issues.apache.org/jira/browse/IMPALA-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

zhaorenhai resolved IMPALA-9934.
--------------------------------
    Resolution: Fixed

> 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: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org