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

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


    from 80fc49abe IMPALA-11158: Add support for Iceberg tables with AVRO data 
files
     new a469a9cf1 IMPALA-11730: Add support for spilling to Ozone
     new 86740a7d3 IMPALA-11549: Support Hive GenericUdfs that return primitive 
java types

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/runtime/bufferpool/buffer-pool-test.cc      |   8 +-
 be/src/runtime/io/disk-io-mgr-test.cc              |  36 ++--
 be/src/runtime/test-env.cc                         |   9 +
 be/src/runtime/test-env.h                          |   3 +
 be/src/runtime/tmp-file-mgr-internal.h             |  62 +++----
 be/src/runtime/tmp-file-mgr-test.cc                |  50 +++---
 be/src/runtime/tmp-file-mgr.cc                     | 166 ++++++++---------
 .../hive/executor/HiveGenericJavaFunction.java     |  61 ++++---
 .../hive/executor/HiveUdfExecutorGeneric.java      |   2 +-
 .../impala/hive/executor/JavaUdfDataType.java      |  36 ++++
 .../impala/hive/executor/TestGenericUdf.java       | 196 ++++++++++++++-------
 .../TestGenericUdfWithJavaReturnTypes.java         | 125 +++++++++++++
 .../impala/hive/executor/UdfExecutorTest.java      |  78 ++++----
 .../java/org/apache/impala/TestGenericUdf.java     | 189 +++++++++++++-------
 .../impala/TestGenericUdfWithJavaReturnTypes.java  | 125 +++++++++++++
 .../queries/QueryTest/generic-java-udf.test        |  84 ++++++---
 .../queries/QueryTest/load-generic-java-udfs.test  |  52 ++++++
 tests/common/skip.py                               |   2 +-
 tests/custom_cluster/test_scratch_disk.py          |  62 ++++---
 19 files changed, 929 insertions(+), 417 deletions(-)
 create mode 100644 
fe/src/test/java/org/apache/impala/hive/executor/TestGenericUdfWithJavaReturnTypes.java
 create mode 100644 
java/test-hive-udfs/src/main/java/org/apache/impala/TestGenericUdfWithJavaReturnTypes.java

Reply via email to