[ 
https://issues.apache.org/jira/browse/DRILL-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Nadeau resolved DRILL-583.
----------------------------------

    Resolution: Fixed

> Decimal in CAST function
> ------------------------
>
>                 Key: DRILL-583
>                 URL: https://issues.apache.org/jira/browse/DRILL-583
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Data Types
>            Reporter: James Duong
>            Assignee: Mehant Baid
>            Priority: Minor
>             Fix For: 1.0.0-BETA1
>
>
> Running the query 
> {code}
> SELECT cast(1 AS decimal) FROM INFORMATION_SCHEMA.`TABLES` LIMIT 1 
> {code}
> seems to return a FLOAT8 instead of a decimal.
> We need to be able to specify the exact decimal type (eg DECIMAL28SPARSE), as 
> well as the precision/scale for it in the cast operator too.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to