This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch branch-3.4.2
in repository https://gitbox.apache.org/repos/asf/impala.git
from bf5dd6cc0 Prepare 3.4.1 RC3
new 763b378f4 IMPALA-11296: Fix infinite loop when reading orc files
new 1292d18ad IMPALA-11444: Fix wrong results when reading wide rows from
ORC
new d1f0595ef IMPALA-12102: Avoid memory leaks in the handling of JNI
exceptions
new bc15ed61a IMPALA-11406: Fix incorrect duration log for authorization
The 4 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/exec/hdfs-orc-scanner.cc | 16 ++++-
be/src/exec/orc-column-readers.cc | 7 +++
be/src/util/jni-util.cc | 5 +-
.../apache/impala/analysis/AnalysisContext.java | 3 +-
.../java/org/apache/impala/util/EventSequence.java | 8 ++-
tests/query_test/test_scanners.py | 70 +++++++++++++++++++++-
6 files changed, 100 insertions(+), 9 deletions(-)