Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The query:
SELECT dec * cast('123456789012345678901234567890.1234567' as decimal) FROM DECIMAL_PRECISION LIMIT 1
fails with an NPE while constant folding. This only happens when the decimal is out of range of max precision.
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-4320 Consider extending max limit for precision to 38
- Closed