We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2938c18 commit fd62aa8Copy full SHA for fd62aa8
src/databricks/sql/session.py
@@ -107,7 +107,6 @@ def _create_backend(
107
logger.debug("Creating Thrift backend client")
108
databricks_client_class = ThriftDatabricksClient
109
110
- # Prepare common arguments
111
common_args = {
112
"server_hostname": server_hostname,
113
"port": self.port,
@@ -118,7 +117,6 @@ def _create_backend(
118
117
"_use_arrow_native_complex_types": _use_arrow_native_complex_types,
119
**kwargs,
120
}
121
-
122
return databricks_client_class(**common_args)
123
124
def open(self):
0 commit comments