This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 11d2fe4fc IMPALA-12788: Fix HBaseTable still get loaded even if HBase
is down
new decf1c292 IMPALA-12744: Support for regr_count() aggregate/analytic
function
new 47dd78d83 IMPALA-12688: Support JSON profile imports in webUI
new 49d37cfef IMPALA-12795: Deflake test_catalog_operation_fields
The 3 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/exprs/aggregate-functions-ir.cc | 33 +++
be/src/exprs/aggregate-functions.h | 10 +
.../java/org/apache/impala/catalog/BuiltinsDb.java | 19 ++
.../queries/QueryTest/aggregation.test | 243 +++++++++++++++++++++
tests/webserver/test_web_pages.py | 43 +++-
www/queries.tmpl | 191 +++++++++++++++-
www/query_plan_text.tmpl | 42 +++-
www/query_stmt.tmpl | 49 ++++-
www/query_timeline.tmpl | 92 ++++++--
.../query_timeline/fragment_metrics_diagram.js | 14 +-
.../query_timeline/host_utilization_diagram.js | 11 +-
11 files changed, 701 insertions(+), 46 deletions(-)