This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley-remove-obsolete-db_engines
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to 
refs/heads/john-bodley-remove-obsolete-db_engines by this push:
     new d04bd8f9c5 Update hive.py
d04bd8f9c5 is described below

commit d04bd8f9c546daa3f127f2224e6bb34c52604c24
Author: John Bodley <[email protected]>
AuthorDate: Wed Jul 6 14:40:29 2022 -0700

    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 73cc696d4b..a8df67906a 100644
--- a/superset/db_engine_specs/hive.py
+++ b/superset/db_engine_specs/hive.py
@@ -139,12 +139,9 @@ class HiveEngineSpec(PrestoEngineSpec):
             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(

Reply via email to