Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Icebox
-
Component/s: CI tests
-
Labels:None
Description
Here is a sample query to demonstrate different values returned by regr_sxy across multiple runs:
select avg(l_extendedprice), l_discount, l_tax, regr_sxy(3, round(l_discount * l_extendedprice * (1.0+l_tax), 2)) discount from lineitem group by l_discount, l_tax order by l_discount, l_tax; |
Attachments
Issue Links
- is part of
-
MCOL-3631 regr_ tests returns doubles with higher precision in 1.4 then in 1.2
-
- Closed
-