Hello Impala Public Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/22701 to look at the new patch set (#7). Change subject: IMPALA-13908: Remove reference to ImpalaBeeswaxException ...................................................................... IMPALA-13908: Remove reference to ImpalaBeeswaxException This patch replace ImpalaBeeswaxException reference to IMPALA_CONNECTION_EXCEPTION as much as possible. Fix some easy flake8 issues caught thorugh this command: git show HEAD --name-only | grep '^tests.py' \ | xargs -I {} impala-flake8 {} \ | grep -e U100 -e E111 -e E301 -e E302 -e E303 -e F... Testing: - Pass exhaustive tests. Change-Id: I676a9954404613a1cc35ebbc9ffa73e8132f436a --- M tests/custom_cluster/test_concurrent_ddls.py M tests/custom_cluster/test_query_retries.py M tests/custom_cluster/test_restart_services.py M tests/custom_cluster/test_rpc_exception.py M tests/custom_cluster/test_rpc_timeout.py M tests/custom_cluster/test_statestored_ha.py M tests/custom_cluster/test_sys_db.py M tests/data_errors/test_data_errors.py M tests/failure/test_failpoints.py M tests/metadata/test_ddl.py M tests/metadata/test_recursive_listing.py M tests/metadata/test_refresh_partition.py M tests/metadata/test_stale_metadata.py M tests/query_test/test_beeswax.py M tests/query_test/test_decimal_fuzz.py M tests/query_test/test_decimal_queries.py M tests/query_test/test_errorlog.py M tests/query_test/test_hdfs_file_mods.py M tests/query_test/test_iceberg.py M tests/query_test/test_lifecycle.py M tests/query_test/test_limit.py M tests/query_test/test_mem_usage_scaling.py M tests/query_test/test_nested_types.py M tests/query_test/test_observability.py M tests/query_test/test_partitioning.py M tests/query_test/test_query_mem_limit.py M tests/query_test/test_scratch_limit.py M tests/query_test/test_udfs.py M tests/util/cancel_util.py 29 files changed, 145 insertions(+), 134 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/01/22701/7 -- To view, visit http://gerrit.cloudera.org:8080/22701 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I676a9954404613a1cc35ebbc9ffa73e8132f436a Gerrit-Change-Number: 22701 Gerrit-PatchSet: 7 Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>