This is an automated email from the ASF dual-hosted git repository.

laszlog pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 152c7ef33 IMPALA-12242: Fix failover case in 
bin/cmake_aux/create_py3_virtualenv.sh
     new 63f7c0949 IMPALA-12048: Add query progress to queries webpage
     new 3e9408480 IMPALA-12177: Add missing throw statement in 
unsetPartitionsColStats()

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/runtime/coordinator-backend-state.cc        |  5 ++--
 be/src/runtime/coordinator-backend-state.h         |  9 +++---
 be/src/runtime/coordinator.cc                      | 13 +++++++--
 be/src/runtime/coordinator.h                       | 10 +++++--
 be/src/service/impala-hs2-server.cc                |  2 +-
 be/src/service/impala-http-handler.cc              | 33 +++++++++++++++-------
 be/src/service/impala-http-handler.h               |  3 ++
 be/src/service/impala-server.cc                    | 20 +++++++++----
 be/src/service/impala-server.h                     | 14 ++++++---
 common/thrift/ExecStats.thrift                     |  2 ++
 .../apache/impala/service/CatalogOpExecutor.java   |  2 +-
 tests/query_test/test_observability.py             |  5 ++++
 tests/webserver/test_web_pages.py                  |  9 ++++++
 www/queries.tmpl                                   | 24 ++++++++++++----
 www/query_detail_tabs.tmpl                         | 20 +++++++------
 15 files changed, 125 insertions(+), 46 deletions(-)

Reply via email to