This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch branch-4.1.1
in repository https://gitbox.apache.org/repos/asf/impala.git
from 9cd363e06 Pin to asf-impala-4.1 branch of native-toolchain
new a8f953e7f IMPALA-11557: Fix memory leak in BlockingRowBatchQueue
new 15c619734 IMPALA-11580: Fix memory leak in legacy catalog mode when
applying incremental partition updates
new 7dce6bc8f IMPALA-11342: Fix class loading in Hive UDFs' constructors
The 3 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/blocking-row-batch-queue.h | 2 +-
.../org/apache/impala/catalog/HdfsPartition.java | 5 +++++
.../org/apache/impala/catalog/ImpaladCatalog.java | 8 ++++++--
.../hive/executor/HiveJavaFunctionFactoryImpl.java | 20 +++++++++++---------
.../apache/impala/hive/executor/HiveUdfLoader.java | 12 ++++--------
.../org/apache/impala/hive/executor/UdfExecutor.java | 2 +-
.../org/apache/impala/ImportsNearbyClassesUdf.java | 5 +++++
.../{UtilForUdf.java => UtilForUdfConstructor.java} | 4 ++--
.../{UtilForUdf.java => UtilForUdfInitialize.java} | 4 ++--
9 files changed, 37 insertions(+), 25 deletions(-)
copy java/test-hive-udfs/src/main/java/org/apache/impala/{UtilForUdf.java =>
UtilForUdfConstructor.java} (89%)
copy java/test-hive-udfs/src/main/java/org/apache/impala/{UtilForUdf.java =>
UtilForUdfInitialize.java} (89%)