You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2021/03/11 09:52:17 UTC

[hive] branch master updated (6e8936f -> f0b5732)

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

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


    from 6e8936f  HIVE-24543: Support SAML 2.0 as an authentication mechanism (Vihang Karajgaonkar, reviewed by Naveen Gangam)
     add f0b5732  HIVE-24812: Disable sharedworkoptimizer remove semijoin by default (#2006) (Zoltan Haindrich reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   2 +-
 kafka-handler/pom.xml                              |   2 +-
 .../test/queries/clientpositive/sharedwork_semi.q  |   1 +
 .../llap/dynamic_semijoin_reduction_2.q.out        |  94 ++++--
 .../perf/tpcds30tb/tez/cbo_query24.q.out           |   2 +-
 .../perf/tpcds30tb/tez/query16.q.out               | 115 ++++---
 .../clientpositive/perf/tpcds30tb/tez/query2.q.out | 125 ++++----
 .../perf/tpcds30tb/tez/query24.q.out               | 225 +++++++++-----
 .../perf/tpcds30tb/tez/query39.q.out               | 167 +++++-----
 .../perf/tpcds30tb/tez/query59.q.out               | 231 +++++++-------
 .../perf/tpcds30tb/tez/query65.q.out               | 148 +++++++--
 .../perf/tpcds30tb/tez/query81.q.out               | 181 +++++++----
 .../perf/tpcds30tb/tez/query94.q.out               | 115 ++++---
 .../perf/tpcds30tb/tez/query95.q.out               | 346 ++++++++++++---------
 14 files changed, 1076 insertions(+), 678 deletions(-)