zhaorenhai created IMPALA-9934:
----------------------------------
Summary: 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
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]