You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jc...@apache.org on 2020/08/26 05:49:14 UTC

[hive] branch master updated (5656763 -> 4ab6cd5)

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

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


    from 5656763  HIVE-23649: Spotbugs should ignore generated thrift files (#1426)
     add 4ab6cd5  HIVE-24041: Extend semijoin conversion rules (Jesus Camacho Rodriguez, reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/optimizer/calcite/HiveCalciteUtil.java |  16 +
 .../optimizer/calcite/rules/HiveSemiJoinRule.java  | 536 +++++++++----
 .../hadoop/hive/ql/parse/CalcitePlanner.java       |   4 +-
 .../clientpositive/auto_sortmerge_join_10.q        |   2 +
 .../llap/auto_sortmerge_join_10.q.out              |  74 +-
 .../clientpositive/llap/bucket_map_join_tez2.q.out | 200 +++--
 .../clientpositive/llap/explainuser_1.q.out        |  93 ++-
 .../clientpositive/llap/join_reorder5.q.out        |  29 +-
 .../clientpositive/llap/multiMapJoin2.q.out        | 194 ++---
 .../llap/reduce_deduplicate_extended2.q.out        | 103 +--
 .../results/clientpositive/llap/subquery_in.q.out  |  63 +-
 .../clientpositive/llap/subquery_in_having.q.out   | 256 +++---
 .../clientpositive/llap/subquery_multi.q.out       |  63 +-
 .../clientpositive/llap/subquery_scalar.q.out      |  97 ++-
 .../clientpositive/llap/subquery_views.q.out       |   2 +-
 .../llap/vector_mapjoin_reduce.q.out               | 181 ++---
 .../clientpositive/perf/tez/cbo_query14.q.out      |  87 +-
 .../clientpositive/perf/tez/cbo_query23.q.out      |  54 +-
 .../clientpositive/perf/tez/cbo_query95.q.out      |  73 +-
 .../perf/tez/constraints/cbo_query23.q.out         |  54 +-
 .../perf/tez/constraints/cbo_query95.q.out         |  65 +-
 .../perf/tez/constraints/query23.q.out             | 572 +++++++------
 .../perf/tez/constraints/query95.q.out             | 302 ++++---
 .../results/clientpositive/perf/tez/query14.q.out  | 888 +++++++++++----------
 .../results/clientpositive/perf/tez/query23.q.out  | 532 ++++++------
 .../results/clientpositive/perf/tez/query95.q.out  | 310 ++++---
 26 files changed, 2463 insertions(+), 2387 deletions(-)