Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 0.6
-
None
-
None
Description
As reported in the user group, the following query has inconsistent result:
SELECT auto_discount / revenue as discount_percent FROM sales_fact_ order by discount_percent desc limit 10
Sometimes the result is
inf
inf
inf
inf
inf
inf
inf
inf
inf
0
and sometimes it is
inf
inf
inf
inf
inf
inf
inf
inf
inf
-nan
and occasionally it is
-nan
-nan
-nan
-nan
-nan
-nan
-nan
-nan
-nan
-nan
Will update the JIRA once we have the sample data and schema.