Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22701 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/22701 Reviewed-by: Jason Fehr <jf...@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com> --- M tests/custom_cluster/test_concurrent_ddls.py M tests/custom_cluster/test_query_retries.py M tests/custom_cluster/test_rpc_exception.py M tests/custom_cluster/test_rpc_timeout.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 27 files changed, 137 insertions(+), 126 deletions(-) Approvals: Jason Fehr: Looks good to me, approved Impala Public Jenkins: Verified -- 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: merged Gerrit-Change-Id: I676a9954404613a1cc35ebbc9ffa73e8132f436a Gerrit-Change-Number: 22701 Gerrit-PatchSet: 11 Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Jason Fehr <jf...@cloudera.com>