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/06 10:31:44 UTC

[hive] branch master updated (1301673 -> a7bd3a4)

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 1301673  HIVE-25252: All new compaction metrics should be lower case (Antal Sinkovits, reviewed by Karen Coppage)
     add a7bd3a4  HIVE-25278: HiveProjectJoinTransposeRule may do invalid transformations with windowing expressions  (#2423) (Zoltan Haindrich reviewed by Krisztian Kasa and Jesus Camacho Rodriguez)

No new revisions were added by this update.

Summary of changes:
 .../rules/HiveProjectJoinTransposeRule.java        |  3 +-
 .../clientpositive/cbo_proj_join_transpose.q       | 21 ++++++
 .../llap/cbo_proj_join_transpose.q.out             | 84 ++++++++++++++++++++++
 3 files changed, 107 insertions(+), 1 deletion(-)
 create mode 100644 ql/src/test/queries/clientpositive/cbo_proj_join_transpose.q
 create mode 100644 ql/src/test/results/clientpositive/llap/cbo_proj_join_transpose.q.out