This is an automated email from the ASF dual-hosted git repository.
soumyakanti3578 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
from 35cfd46d884 HIVE-29682: Vectorized MapJoin throws ClassCastException
when processing spilled DECIMAL_64 columns (#6564)
add 9e38b8a3c58 HIVE-27070: Multiple is NULL check together fails in
CalcitePlanner (#6550)
No new revisions were added by this update.
Summary of changes:
.../hadoop/hive/ql/exec/FunctionRegistry.java | 11 +++
.../hive/ql/parse/type/HiveFunctionHelper.java | 10 ++-
.../hive/ql/udf/generic/GenericUDFOPNotNull.java | 2 +
.../hive/ql/udf/generic/GenericUDFOPNull.java | 2 +
.../clientpositive/is_null_is_not_null_nested.q | 19 ++++++
.../llap/is_null_is_not_null_nested.q.out | 79 ++++++++++++++++++++++
.../org/apache/hadoop/hive/ql/udf/UDFType.java | 7 ++
7 files changed, 127 insertions(+), 3 deletions(-)
create mode 100644
ql/src/test/queries/clientpositive/is_null_is_not_null_nested.q
create mode 100644
ql/src/test/results/clientpositive/llap/is_null_is_not_null_nested.q.out