This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from eaa35b025 IMPALA-12463: Batch non-consecutive table events in the
event processor
new f8302d903 IMPALA-12767: Upgrade Guava to 32.0.1 due to CVE-2023-2976
new 18a77cd3b IMPALA-12762: Fix cmake error in package building
new ab445195b IMPALA-12756: [DOCS] Unicode column name support
documentation
new 46f043132 IMPALA-12763: Union with string struct crashes in ASAN
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/json/CMakeLists.txt | 4 ++++
bin/impala-config.sh | 2 +-
bin/jenkins/build-all-flag-combinations.sh | 4 ++--
docs/topics/impala_identifiers.xml | 10 ++++++----
.../java/org/apache/impala/analysis/Analyzer.java | 8 +++++---
.../main/java/org/apache/impala/catalog/Type.java | 22 ++++++++++++++++++++++
.../apache/impala/analysis/AnalyzeStmtsTest.java | 10 ++++++++--
.../QueryTest/mixed-collections-and-structs.test | 6 ++++++
.../QueryTest/nested-array-in-select-list.test | 2 +-
.../QueryTest/nested-map-in-select-list.test | 2 +-
.../queries/QueryTest/struct-in-select-list.test | 2 +-
11 files changed, 57 insertions(+), 15 deletions(-)