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 2023/02/08 10:45:46 UTC

[hive] branch master updated (9539b9d64a4 -> a655fdaacc6)

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 9539b9d64a4 HIVE-26804: Cancel Compactions in initiated state (Kirti Ruge, reviewed by Laszlo Vegh)
     add a655fdaacc6 HIVE-26864: Incremental rebuild of non-transaction materialized view fails (Krisztian Kasa, reviewed by Laszlo Vegh)

No new revisions were added by this update.

Summary of changes:
 .../AlterMaterializedViewRebuildAnalyzer.java      |  42 +++---
 .../org/apache/hadoop/hive/ql/metadata/Hive.java   |   4 +-
 .../views/MaterializedViewRewritingRelVisitor.java |  10 +-
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java     |   2 -
 .../materialized_view_create_rewrite_10.q          |  29 ++++
 .../llap/materialized_view_create_rewrite_10.q.out | 154 +++++++++++++++++++++
 6 files changed, 212 insertions(+), 29 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/materialized_view_create_rewrite_10.q
 create mode 100644 ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_10.q.out