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 9071030f7 IMPALA-12809: Iceberg metadata table scanner should always 
be scheduled to the coordinator
     new c529b855e IMPALA-12626: Add Tables Queried to profile/history
     new deee153c7 IMPALA-12426: Skip Inserting HS2 Operation Queries into the 
Completed Queries Table
     new 83734a122 IMPALA-12944: Fixes Workload Management Test Flakiness

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/exec/system-table-scanner.cc                |   5 +
 be/src/service/client-request-state.cc             |  36 ++---
 be/src/service/client-request-state.h              |   2 +
 be/src/service/impala-hs2-server.cc                |  10 +-
 be/src/service/query-state-record.cc               |   1 +
 be/src/service/query-state-record.h                |   3 +
 be/src/service/workload-management-fields.cc       |   6 +
 be/src/service/workload-management.cc              |  22 ++-
 be/src/util/debug-util.cc                          |   9 ++
 be/src/util/debug-util.h                           |   3 +
 be/src/util/error-util.cc                          |   8 +-
 common/thrift/Frontend.thrift                      |   2 +
 common/thrift/Query.thrift                         |   3 +
 common/thrift/SystemTables.thrift                  |   1 +
 .../java/org/apache/impala/service/Frontend.java   |   3 +
 tests/common/impala_test_suite.py                  |  16 +-
 tests/custom_cluster/test_query_live.py            |  12 ++
 tests/custom_cluster/test_query_log.py             | 171 ++++++++++++++++++++-
 tests/query_test/test_observability.py             |  14 ++
 tests/util/workload_management.py                  |  15 +-
 20 files changed, 293 insertions(+), 49 deletions(-)

Reply via email to