Skip to content

Commit

Permalink
Update hive.py
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Jul 6, 2022
1 parent bdbb2b7 commit d04bd8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions superset/db_engine_specs/hive.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d04bd8f

Please sign in to comment.