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

[hive] branch master updated (f972807 -> 71d5f58)

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

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


    from f972807  HIVE-24912: Support to add repl.target.for property during incremental run (Haymant Mangla, reviewed by Pravin Kumar Sinha)
     add 71d5f58  HIVE-24976: CBO: count(distinct) in a window function fails CBO (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez)

No new revisions were added by this update.

Summary of changes:
 .../functions/HiveSqlAverageAggFunction.java       |  20 +-
 .../calcite/translator/SqlFunctionConverter.java   |   3 +-
 .../hive/ql/optimizer/physical/Vectorizer.java     |   7 +
 .../hadoop/hive/ql/parse/CalcitePlanner.java       |   5 +-
 .../apache/hadoop/hive/ql/plan/VectorPTFDesc.java  |  18 +-
 .../queries/clientpositive/windowing_distinct.q    |  58 +++
 .../clientpositive/llap/windowing_distinct.q.out   | 542 +++++++++++++++++++++
 7 files changed, 642 insertions(+), 11 deletions(-)