Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Impala 2.11.0
-
None
-
ghx-label-8
Description
The following query produces an incorrect result:
select cast(9999999 as bigint) * cast(999999999999 as bigint)
Result:
-8446745073719551615
Attachments
Issue Links
- is related to
-
IMPALA-865 Impala will return incorrect result on int overflow without warning
- Open
-
IMPALA-7891 Analyzer does not detect numeric overflow in CAST
- Resolved