From d04bd8f9c546daa3f127f2224e6bb34c52604c24 Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Wed, 6 Jul 2022 14:40:29 -0700 Subject: [PATCH] Update hive.py --- superset/db_engine_specs/hive.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/superset/db_engine_specs/hive.py b/superset/db_engine_specs/hive.py index 73cc696d4bad0..a8df67906a378 100644 --- a/superset/db_engine_specs/hive.py +++ b/superset/db_engine_specs/hive.py @@ -139,12 +139,9 @@ def patch(cls) -> None: ttypes as patched_ttypes, ) - from superset.db_engines import hive as patched_hive - hive.TCLIService = patched_TCLIService hive.constants = patched_constants hive.ttypes = patched_ttypes - hive.Cursor.fetch_logs = patched_hive.fetch_logs @classmethod def get_all_datasource_names(