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

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


    from d3b6cbcc2 IMPALA-13201: Remove Unused Parameter from Test retry 
Function
     new 80a45014e IMPALA-13703: Cancel running queries before shutdown deadline
     new a68717cac IMPALA-13304: Include aggregate instance-level metrics in 
JSON profile
     new c08aff420 IMPALA-13672: Migrate query_test/test_kudu.py to use hs2 
protocol
     new 17b16f8ab IMPALA-13335: ignore duplicate ‘X-Forwarded-For’ headers

The 4 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/query-exec-mgr.cc                   |   84 +-
 be/src/runtime/query-exec-mgr.h                    |   28 +-
 be/src/service/cancellation-work.h                 |   15 +-
 be/src/service/impala-server.cc                    |   52 +-
 be/src/service/impala-server.h                     |    9 +
 be/src/transport/THttpServer.cpp                   |   25 +-
 be/src/util/CMakeLists.txt                         |    2 +-
 be/src/util/runtime-profile-test.cc                |  436 +-
 be/src/util/runtime-profile.cc                     |  258 +-
 be/src/util/runtime-profile.h                      |   20 +-
 bin/rat_exclude_files.txt                          |    4 +-
 common/protobuf/control_service.proto              |    4 +
 .../java/org/apache/impala/catalog/FeFsTable.java  |    1 -
 .../org/apache/impala/catalog/FeKuduTable.java     |    2 +-
 .../java/org/apache/impala/catalog/HdfsTable.java  |    2 +-
 .../org/apache/impala/util/TResultRowBuilder.java  |    7 +
 ...a_profile_log_tpcds_compute_stats.expected.json |    4 +-
 ...le_log_tpcds_compute_stats.expected.pretty.json |  547 ++
 ...ds_compute_stats_extended.expected.pretty.json} |  547 ++
 ...rofile_log_tpcds_compute_stats_v2.expected.json |    4 +
 ..._compute_stats_v2_extended.expected.pretty.json | 7834 ++++++++++++++++++++
 .../queries/QueryTest/kudu-scan-node.test          |    2 +
 .../QueryTest/kudu_create_table_like_table.test    |    5 +-
 .../queries/QueryTest/kudu_delete.test             |   54 +-
 .../queries/QueryTest/kudu_insert.test             |   54 +-
 .../queries/QueryTest/kudu_update.test             |   40 +-
 .../queries/QueryTest/kudu_upsert.test             |   42 +-
 tests/common/base_test_suite.py                    |    7 +-
 tests/common/impala_connection.py                  |    7 +-
 tests/common/impala_test_suite.py                  |  134 +-
 tests/common/kudu_test_suite.py                    |   22 +-
 tests/common/test_dimensions.py                    |   36 +-
 tests/common/test_result_verifier.py               |   13 +-
 tests/common/test_vector.py                        |   45 +-
 tests/conftest.py                                  |   15 +-
 tests/custom_cluster/test_kudu.py                  |    9 +-
 tests/custom_cluster/test_restart_services.py      |  196 +-
 tests/hs2/test_fetch.py                            |   21 +-
 tests/hs2/test_hs2.py                              |   27 +
 tests/infra/test_thrift_parser.py                  |   36 +-
 tests/infra/test_utils.py                          |   80 +-
 tests/observability/test_profile_tool.py           |   13 +-
 tests/query_test/test_kudu.py                      | 1477 ++--
 tests/query_test/test_observability.py             |    4 +-
 tests/statestore/test_statestore.py                |   56 +-
 tests/unittests/test_command.py                    |    7 +-
 tests/verifiers/test_banned_log_messages.py        |    4 +-
 .../tests/queries/profileParseWorker.test.js       |    5 +-
 48 files changed, 11297 insertions(+), 999 deletions(-)
 rename 
testdata/impala-profiles/{impala_profile_log_tpcds_compute_stats.expected.pretty_extended.json
 => impala_profile_log_tpcds_compute_stats_extended.expected.pretty.json} (98%)
 create mode 100644 
testdata/impala-profiles/impala_profile_log_tpcds_compute_stats_v2.expected.json
 create mode 100644 
testdata/impala-profiles/impala_profile_log_tpcds_compute_stats_v2_extended.expected.pretty.json

Reply via email to