You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Yash Sharma (JIRA)" <ji...@apache.org> on 2014/06/10 04:43:01 UTC

[jira] [Assigned] (DRILL-706) DIV function does not return the integer portion of result as expected

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

Yash Sharma reassigned DRILL-706:
---------------------------------

    Assignee: Yash Sharma  (was: Mehant Baid)

> DIV function does not return the integer portion of result as expected
> ----------------------------------------------------------------------
>
>                 Key: DRILL-706
>                 URL: https://issues.apache.org/jira/browse/DRILL-706
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>    Affects Versions: 1.0.0-milestone-1
>            Reporter: Krystal
>            Assignee: Yash Sharma
>         Attachments: DRILL-706.patch
>
>
> Based on the spec for DIV(x,y) function, the function suppose to return the integer part of x/y.  However, drill returns the exact value of x/y.  For example, in drill:
> select div(120.524,7.6456) div from voter where voter_id=10;
> returns 15.763838024484672.
> The same query from postgres returns 15.



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