You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Parth Chandra (JIRA)" <ji...@apache.org> on 2015/04/06 22:41:12 UTC

[jira] [Resolved] (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:all-tabpanel ]

Parth Chandra resolved DRILL-708.
---------------------------------
    Resolution: Won't Fix

> 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
>            Priority: Minor
>             Fix For: 1.0.0
>
>         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)