You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Wei Zheng (JIRA)" <ji...@apache.org> on 2015/03/03 01:52:04 UTC

[jira] [Created] (HIVE-9833) udaf_percentile_approx_23.q fails intermittently

Wei Zheng created HIVE-9833:
-------------------------------

             Summary: udaf_percentile_approx_23.q fails intermittently
                 Key: HIVE-9833
                 URL: https://issues.apache.org/jira/browse/HIVE-9833
             Project: Hive
          Issue Type: Bug
          Components: UDF
            Reporter: Wei Zheng


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)