This is an automated email from the ASF dual-hosted git repository. johnbodley pushed a commit to branch john-bodley--db_engine_spec-execute in repository https://gitbox.apache.org/repos/asf/superset.git
commit c1540a5d66144952c2188e562f1d74cbc34b0a2d Author: John Bodley <[email protected]> AuthorDate: Mon Sep 12 22:26:42 2022 -0700 Update hive.py --- superset/db_engine_specs/hive.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/superset/db_engine_specs/hive.py b/superset/db_engine_specs/hive.py index 8ea1bfddae..9aa72e2d5a 100644 --- a/superset/db_engine_specs/hive.py +++ b/superset/db_engine_specs/hive.py @@ -516,12 +516,6 @@ class HiveEngineSpec(PrestoEngineSpec): configuration["hive.server2.proxy.user"] = username connect_args["configuration"] = configuration - @staticmethod - def execute( # type: ignore - cursor, query: str, async_: bool = False - ): # pylint: disable=arguments-differ - kwargs = {"async": async_} - cursor.execute(query, **kwargs) @classmethod @cache_manager.cache.memoize()
