Skip to content

Commit bd2e83b

Browse files
remove excess call to session_id_hex
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 152f565 commit bd2e83b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/databricks/sql/backend/thrift_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,6 @@ def get_execution_result(
895895
connection=cursor.connection,
896896
execute_response=execute_response,
897897
thrift_client=self,
898-
session_id_hex=self._session_id_hex,
899898
buffer_size_bytes=cursor.buffer_size_bytes,
900899
arraysize=cursor.arraysize,
901900
use_cloud_fetch=cursor.connection.use_cloud_fetch,

0 commit comments

Comments
 (0)