You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ab...@apache.org on 2022/01/20 13:59:15 UTC

[hive] branch master updated (003eaeb -> aabe7c6)

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

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


    from 003eaeb  HIVE-25864 : Hive query optimisation creates wrong plan for predicate pushdown with windowing function (Mahesh Kumar Behera, reviewed by Zoltan Haindrich)
     add aabe7c6  HIVE-25873: Fix nested partition statements in Explain DDL (#2949)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/ql/exec/DDLPlanUtils.java   |   2 +-
 .../clientpositive/explain_ddl_nested_part.q       |  22 +
 .../llap/explain_ddl_nested_part.q.out             | 564 +++++++++++++++++++++
 3 files changed, 587 insertions(+), 1 deletion(-)
 create mode 100644 ql/src/test/queries/clientpositive/explain_ddl_nested_part.q
 create mode 100644 ql/src/test/results/clientpositive/llap/explain_ddl_nested_part.q.out