You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sa...@apache.org on 2021/12/22 05:09:52 UTC

[hive] branch master updated (351bfe2 -> fffb31f)

This is an automated email from the ASF dual-hosted git repository.

sankarh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 351bfe2  HIVE-25818: Values query with order by position clause fails (Krisztian Kasa, reviewed by Zoltan Haindrich)
     add fffb31f  Revert "HIVE-25653: Incorrect results returned by STDDEV, STDDEV_SAMP, STDDEV_POP for floating point data types (Ashish Sharma, reviewed by Adesh Rao, Sankar Hariappan)"

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/udf/generic/GenericUDAFStd.java |   8 +-
 .../hive/ql/udf/generic/GenericUDAFVariance.java   |  29 ++----
 ql/src/test/queries/clientpositive/stddev.q        |  14 ---
 .../clientpositive/llap/cbo_rp_windowing_2.q.out   |  42 ++++-----
 .../test/results/clientpositive/llap/stddev.q.out  | 102 ---------------------
 .../clientpositive/llap/vector_windowing.q.out     |  42 ++++-----
 .../results/clientpositive/llap/windowing.q.out    |  42 ++++-----
 7 files changed, 74 insertions(+), 205 deletions(-)
 delete mode 100644 ql/src/test/queries/clientpositive/stddev.q
 delete mode 100644 ql/src/test/results/clientpositive/llap/stddev.q.out