-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: UDF
-
Labels:None
For the query below:
select percentile_approx(case when key < 100 then cast('NaN' as double) else key end, 0.5) from bucket
the base test result is 341.5.
But sometimes it returns 342 during QA testing.
It happens randomly.
- is duplicated by
-
HIVE-4940 udaf_percentile_approx.q is not deterministic
-
- Closed
-
-
HIVE-10059 Make udaf_percentile_approx_23.q test more stable
-
- Closed
-
-
HIVE-10665 Continue to make udaf_percentile_approx_23.q test more stable
-
- Closed
-