Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22701
Change subject: IMPALA-13907: Remove reference to ImpalaBeeswaxException ...................................................................... IMPALA-13907: 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 '.py' | xargs -I {} impala-flake8 {} \ | grep -e U100 -e E111 -e E301 -e E302 -e E303 -e F... Testing: - Pass core 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, 144 insertions(+), 132 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/01/22701/1 -- 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: newchange Gerrit-Change-Id: I676a9954404613a1cc35ebbc9ffa73e8132f436a Gerrit-Change-Number: 22701 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com>