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 98739a845 IMPALA-13083: Clarify
REASON_MEM_LIMIT_TOO_LOW_FOR_RESERVATION
new e35f8183c IMPALA-13102: Normalize invalid column stats from HMS
new b975165a0 IMPALA-13034: Add logs and counters for HTTP profile
requests blocking client fetches
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/service/client-request-state.cc | 9 ++
be/src/service/client-request-state.h | 17 +++
be/src/service/impala-beeswax-server.cc | 10 +-
be/src/service/impala-hs2-server.cc | 11 +-
be/src/service/impala-http-handler.cc | 4 +
be/src/service/impala-server.cc | 21 ++-
be/src/util/webserver.cc | 16 +-
.../impala/analysis/AlterTableSetColumnStats.java | 4 +-
.../java/org/apache/impala/catalog/Column.java | 2 +-
.../org/apache/impala/catalog/ColumnStats.java | 168 ++++++++++++---------
.../org/apache/impala/catalog/FeCatalogUtils.java | 1 -
tests/metadata/test_compute_stats.py | 45 +++++-
tests/query_test/test_observability.py | 26 ++++
13 files changed, 248 insertions(+), 86 deletions(-)