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