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 6b6f7e614 IMPALA-14472: Add create/read support for ARRAY column of
Kudu
new d09940b5d IMPALA-13563: Cleanup logging
new 75c639c9c IMPALA-14498: Fix a bug in initial code review checks
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:
fe/src/main/java/org/apache/impala/analysis/ArithmeticExpr.java | 4 ++--
fe/src/main/java/org/apache/impala/analysis/SlotRef.java | 3 ++-
fe/src/main/java/org/apache/impala/analysis/TupleDescriptor.java | 8 ++++----
.../impala/catalog/metastore/CatalogMetastoreServiceHandler.java | 4 ++--
.../org/apache/impala/calcite/service/CalciteJniFrontend.java | 4 +---
.../org/apache/impala/calcite/service/CalciteMetadataHandler.java | 7 ++++---
.../org/apache/impala/calcite/service/CalcitePhysPlanCreator.java | 4 ++--
.../org/apache/impala/calcite/service/CalciteQueryParser.java | 4 ++--
.../java/org/apache/impala/calcite/service/CalciteValidator.java | 4 ++--
.../org/apache/impala/calcite/service/ExecRequestCreator.java | 4 ++--
tests/common/environ.py | 2 +-
11 files changed, 24 insertions(+), 24 deletions(-)