[
https://issues.apache.org/jira/browse/DRILL-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Nadeau resolved DRILL-706.
----------------------------------
Resolution: Fixed
> 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: DrillCommitter
> Fix For: 1.0.0-BETA1
>
>
> 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)