You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ab...@apache.org on 2021/01/19 16:24:52 UTC

[hive] branch master updated (84ac5fa -> 1d5e6bd)

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

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


    from 84ac5fa  HIVE-24386 : Add builder methods for GetTablesRequest and GetPartitionsRequest to HiveMetaStoreClient(Narayanan Venkateswaran via Naveen Gangam)
     add 1d5e6bd  HIVE-24278: Implement an UDF for throwing exception in arbitrary vertex (#1817) (Laszlo Bodor reviewed by Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/exec/FunctionRegistry.java      |   4 +-
 .../apache/hadoop/hive/ql/exec/MapredContext.java  |   2 -
 .../hive/ql/udf/generic/GenericUDAFEvaluator.java  |   5 +-
 .../udf/generic/GenericUDAFExceptionInVertex.java  | 175 ++++++
 .../udf/generic/GenericUDFExceptionInVertex.java   | 167 +++++
 .../clientpositive/exception_in_vertex_udf.q       | 117 ++++
 ...n_merge.q.out => exception_in_vertex_udf.q.out} | 694 +++++++++++----------
 .../clientpositive/llap/show_functions.q.out       |   4 +
 8 files changed, 845 insertions(+), 323 deletions(-)
 create mode 100644 ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFExceptionInVertex.java
 create mode 100644 ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFExceptionInVertex.java
 create mode 100644 ql/src/test/queries/clientpositive/exception_in_vertex_udf.q
 copy ql/src/test/results/clientpositive/llap/{cross_join_merge.q.out => exception_in_vertex_udf.q.out} (50%)