Gunther Hagleitner created HIVE-4327:
----------------------------------------

             Summary: NPE in constant folding with decimal
                 Key: HIVE-4327
                 URL: https://issues.apache.org/jira/browse/HIVE-4327
             Project: Hive
          Issue Type: Bug
            Reporter: Gunther Hagleitner
            Assignee: Gunther Hagleitner
            Priority: Minor


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.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to