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 8d7c9c42f76 HIVE-29304: HS2 fails to start if cluster is configured 
with a mix of LDAP and Kerberos (#6166)
     add 330b01822c5 HIVE-29176: Wrong result when HiveAntiJoin is replacing an 
IS NULL filter on a nullable column (#6062)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/optimizer/calcite/HiveCalciteUtil.java |  44 +--
 .../calcite/rules/HiveAntiSemiJoinRule.java        | 175 +++++++++---
 .../calcite/rules/TestHiveAntiSemiJoinRule.java    | 248 +++++++++++++++++
 .../ql/optimizer/calcite/rules/TestRuleHelper.java | 113 ++++++--
 ql/src/test/queries/clientpositive/antijoin4.q     |  64 +++++
 .../results/clientpositive/llap/antijoin3.q.out    |   2 +-
 .../results/clientpositive/llap/antijoin4.q.out    | 294 +++++++++++++++++++++
 .../results/clientpositive/llap/llap_smb_ptf.q.out |  47 ++--
 8 files changed, 871 insertions(+), 116 deletions(-)
 create mode 100644 
ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/TestHiveAntiSemiJoinRule.java
 create mode 100644 ql/src/test/queries/clientpositive/antijoin4.q
 create mode 100644 ql/src/test/results/clientpositive/llap/antijoin4.q.out

Reply via email to