This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from d9c067aa8 IMPALA-12398: Fix Ranger role not exists when altering
db/table/view owner to a role
new 4c28ab02c IMPALA-12001: Informative error message for complex types
with DISTINCT
new 8874ea07b IMPALA-11805: Fix LLVM memory manager bytes allocated
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/codegen/llvm-codegen-cache-test.cc | 30 ++++++++++++----------
be/src/codegen/llvm-codegen-test.cc | 6 +++++
be/src/codegen/mcjit-mem-mgr.h | 10 ++------
be/src/thirdparty/llvm/SectionMemoryManager.cpp | 10 ++++++++
be/src/thirdparty/llvm/SectionMemoryManager.h | 6 +++++
.../apache/impala/analysis/MultiAggregateInfo.java | 16 ++++++++++++
.../org/apache/impala/analysis/SelectStmt.java | 6 +++++
.../QueryTest/nested-array-in-select-list.test | 12 ++++++++-
.../QueryTest/nested-map-in-select-list.test | 18 ++++++++++---
.../QueryTest/nested-struct-in-select-list.test | 13 ++++++++--
10 files changed, 98 insertions(+), 29 deletions(-)