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

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


    from e2b36e44495 HIVE-27234: Iceberg: CREATE BRANCH SQL implementation 
(Butao Zhang, reviewed by Attila Turoczy, Ayush Saxena, Denys Kuzmenko)
     add 7234c14cc44 HIVE-27118 - implement array_intersect UDF in Hive (#4094) 
(Taraka Rama Rao Lethavadla, reviewed by Sourabh Badhya, Sai Hemanth G)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/exec/FunctionRegistry.java      |   1 +
 .../ql/udf/generic/GenericUDFArrayIntersect.java   |  61 ++++++++++
 ...inct.java => TestGenericUDFArrayIntersect.java} | 112 ++++++++++++++---
 .../queries/clientpositive/udf_array_intersect.q   |  42 +++++++
 .../clientpositive/llap/show_functions.q.out       |   2 +
 .../clientpositive/llap/udf_array_intersect.q.out  | 134 +++++++++++++++++++++
 6 files changed, 334 insertions(+), 18 deletions(-)
 create mode 100644 
ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFArrayIntersect.java
 copy 
ql/src/test/org/apache/hadoop/hive/ql/udf/generic/{TestGenericUDFArrayDistinct.java
 => TestGenericUDFArrayIntersect.java} (55%)
 create mode 100644 ql/src/test/queries/clientpositive/udf_array_intersect.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/udf_array_intersect.q.out

Reply via email to