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 323146c  HIVE-24633: Support CTE with column labels (Krisztian Kasa, 
reviewed by Jesus Camacho Rodriguez)
     add 0e72217  HIVE-24671: Semijoinremoval should not run into an NPE in 
case the SJ filter contains an UDF (Zoltan Haindrich, reviewed by Krisztian 
Kasa)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/ql/parse/TezCompiler.java   |   9 +-
 .../hadoop/hive/ql/plan/ExprNodeDescUtils.java     |  25 +++
 .../queries/clientpositive/semijoin_removal_udf.q  |  32 ++++
 .../clientpositive/llap/semijoin_removal_udf.q.out | 212 +++++++++++++++++++++
 4 files changed, 272 insertions(+), 6 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/semijoin_removal_udf.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/semijoin_removal_udf.q.out

Reply via email to