You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Sudheesh Katkam (JIRA)" <ji...@apache.org> on 2015/07/15 02:04:04 UTC

[jira] [Closed] (DRILL-955) Casting 0.0000001 to varchar

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

Sudheesh Katkam closed DRILL-955.
---------------------------------

> Casting 0.0000001 to varchar
> ----------------------------
>
>                 Key: DRILL-955
>                 URL: https://issues.apache.org/jira/browse/DRILL-955
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Sudheesh Katkam
>            Assignee: Sudheesh Katkam
>             Fix For: 0.4.0
>
>
> On postgres,
> =# select cast(0.00000001 as varchar);
>   varchar   
> ------------
>  0.00000001
> (1 row)
> On drill,
> 0: jdbc:drill:zk=local> select cast(0.00000001 as varchar) from cp.`employee.json` limit 1;
> +------------+
> |   EXPR$0   |
> +------------+
> | 1          |
> +------------+
> 1 row selected (0.254 seconds)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)