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/08/17 09:17:09 UTC

[hive] branch master updated (092b172 -> 0ae3542)

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 092b172  HIVE-25387: Fix TestMiniLlapLocalCliDriver#replication_metrics_ingest.q (Haymant Mangla, reviewed by Arko Sharma)
     add 0ae3542  HIVE-25275: OOM during query planning due to HiveJoinPushTransitivePredicatesRule matching infinitely (Alessandro Solimando, reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../rules/HiveFilterProjectTransposeRule.java      | 171 ++++++++++++++++++++-
 .../calcite/rules/HiveJoinAddNotNullRule.java      |  25 ++-
 .../clientpositive/cbo_join_transitive_pred_loop.q |   7 +
 .../llap/cbo_join_transitive_pred_loop.q.out       | 114 ++++++++++++++
 4 files changed, 307 insertions(+), 10 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/cbo_join_transitive_pred_loop.q
 create mode 100644 ql/src/test/results/clientpositive/llap/cbo_join_transitive_pred_loop.q.out