This is an automated email from the ASF dual-hosted git repository.
dbecker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 92f54d497 IMPALA-13841: Refactor AnalysisResult to make it immutable
and simpler
new 8324201ac IMPALA-13847: Remove beeswax-specific way to obtain query id
new a7fc8c977 IMPALA-13852: udf-ir.cc missing in ImpalaUdf
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/udf/CMakeLists.txt | 8 ++-
tests/common/impala_service.py | 4 +-
tests/common/impala_test_suite.py | 8 +--
tests/custom_cluster/test_process_failures.py | 2 +-
tests/custom_cluster/test_query_log.py | 4 +-
tests/custom_cluster/test_query_retries.py | 71 +++++++++++++++------------
tests/custom_cluster/test_result_spooling.py | 5 +-
tests/query_test/test_observability.py | 2 +-
tests/stress/query_retries_stress_runner.py | 10 ++--
tests/util/cancel_util.py | 8 +--
tests/webserver/test_web_pages.py | 5 +-
11 files changed, 72 insertions(+), 55 deletions(-)