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/01/15 10:38:44 UTC

[hive] branch master updated (8903232 -> 58552a0)

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 8903232  HIVE-24635: Support Values clause as operand of set operation (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez)
     add 58552a0  HIVE-24632: Replace with null when GenericUDFBaseCompare has a non-interpretable val (#1863) (Zhihua Deng reviewed by Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/exec/FunctionRegistry.java      |   2 +-
 .../hadoop/hive/ql/parse/type/ExprFactory.java     |   4 +-
 .../ql/parse/type/ExprNodeDescExprFactory.java     |  16 ++-
 .../hadoop/hive/ql/parse/type/FunctionHelper.java  |   3 +
 .../hive/ql/parse/type/HiveFunctionHelper.java     |   7 ++
 .../hive/ql/parse/type/RexNodeExprFactory.java     |  14 ++-
 .../hive/ql/parse/type/TypeCheckProcFactory.java   |  14 ++-
 .../queries/clientpositive/compare_cols_null.q     |  18 +++
 .../clientpositive/llap/compare_cols_null.q.out    | 130 +++++++++++++++++++++
 9 files changed, 200 insertions(+), 8 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/compare_cols_null.q
 create mode 100644 ql/src/test/results/clientpositive/llap/compare_cols_null.q.out