You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2021/07/19 08:58:19 UTC

[hive] branch master updated (ff27abe -> 273593e)

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

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


    from ff27abe  HIVE-25311: Slow compilation of union operators with >100 branches (#2456) (Zoltan Haindrich reviewed by Krisztian Kasa)
     add 273593e  HIVE-25209: SELECT query with SUM function producing unexpected result (#2360) (Soumyakanti Das reviewed by Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/optimizer/StatsOptimizer.java   |  6 ++
 ql/src/test/queries/clientpositive/select_sum.q    | 17 ++++
 .../results/clientpositive/llap/select_sum.q.out   | 90 ++++++++++++++++++++++
 3 files changed, 113 insertions(+)
 create mode 100644 ql/src/test/queries/clientpositive/select_sum.q
 create mode 100644 ql/src/test/results/clientpositive/llap/select_sum.q.out