cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)
Apache License 2.0
731 stars 248 forks source link

ImpalaConnectionTests is flaky #547

Closed csringhofer closed 1 month ago

csringhofer commented 3 months ago

Some tests failed with; FAILED impala/tests/test_dbapi_connect.py::ImpalaConnectionTests::test_impala_nosasl_connect - impala.error.OperationalError: CatalogException: Table/View does not exist.

Based on Impala webui the tries to drop the table two times for some reason, failing during the second try.