You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Mehant Baid (JIRA)" <ji...@apache.org> on 2014/11/12 03:22:33 UTC

[jira] [Commented] (DRILL-708) TRUNC(n1) function returns a decimal instead of int

    [ https://issues.apache.org/jira/browse/DRILL-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14207563#comment-14207563 ] 

Mehant Baid commented on DRILL-708:
-----------------------------------

Yash could you please rebase the patch and mark this JIRA as 'patch available'

> TRUNC(n1) function returns a decimal instead of int
> ---------------------------------------------------
>
>                 Key: DRILL-708
>                 URL: https://issues.apache.org/jira/browse/DRILL-708
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>    Affects Versions: m1
>            Reporter: Krystal
>            Assignee: Yash Sharma
>             Fix For: Future
>
>         Attachments: DRILL-708.patch
>
>
> The TRUNC(n1) function should return the integer part of n1 as an int.  In drill, however, the value returned is a decimal.  For example,
> select trunc(15.79) from voter where voter_id=10;
> returns 15.0
> The other database platforms return an int value of 15.



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