You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/07/02 03:53:26 UTC

[jira] [Resolved] (DRILL-583) Decimal in CAST function

     [ 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)