Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.14.0
Description
Query is:
select cast('999999999999999999' as decimal(18,0)) + cast('9999999999999999999999999999999999999' as decimal(38,0)) from data limit 1
This is the error I get when my test program calls SQLExecDirect:
The driver reported the following diagnostics whilst running SQLExecDirect
HY000:1:40140:[MapR][Support] (40140) Scale can't be less than zero.
Attachments
Attachments
Issue Links
- is a parent of
-
DRILL-6713 Infinite loop when retrieving decimal value with scale = -1
- Closed
- links to