[
https://issues.apache.org/jira/browse/IMPALA-9925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zhaorenhai updated IMPALA-9925:
-------------------------------
Description:
cast(pow(2, 31) as int) return 2147483647 on aarch64
but return 2147483648 on x86
I think aarch64 is correct.
So here I will not convert it, just use aarch64's value
was:
pow(2,31) return 2147483648 on aarch64
but return 2147483647 on x86
> cast(pow(2, 31) as int) return 2147483647 on aarch64
> ----------------------------------------------------
>
> Key: IMPALA-9925
> URL: https://issues.apache.org/jira/browse/IMPALA-9925
> Project: IMPALA
> Issue Type: Sub-task
> Reporter: zhaorenhai
> Assignee: zhaorenhai
> Priority: Major
>
> cast(pow(2, 31) as int) return 2147483647 on aarch64
> but return 2147483648 on x86
> I think aarch64 is correct.
> So here I will not convert it, just use aarch64's value
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]