Skip to content

Commit 7a47dd0

Browse files
chore: remove duplicate def
Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent ca425eb commit 7a47dd0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/databricks/sql/backend/thrift_backend.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,11 +1164,6 @@ def _handle_execute_response_async(self, resp, cursor):
11641164
cursor.active_command_id = command_id
11651165
self._check_direct_results_for_error(resp.directResults)
11661166

1167-
def _handle_execute_response_async(self, resp, cursor):
1168-
command_id = CommandId.from_thrift_handle(resp.operationHandle)
1169-
cursor.active_command_id = command_id
1170-
self._check_direct_results_for_error(resp.directResults)
1171-
11721167
def fetch_results(
11731168
self,
11741169
command_id: CommandId,

0 commit comments

Comments
 (0)