Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- 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