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 4bb2e4b commit 734dd06Copy full SHA for 734dd06
src/databricks/sql/backend/thrift_backend.py
@@ -477,7 +477,7 @@ def attempt_request(attempt):
477
)
478
479
finally:
480
- # Calling `close()` here releases the active HTTP connection back to the pool
+ # Calling `release_connection()` here releases the active HTTP connection back to the pool
481
self._transport.release_connection()
482
483
return RequestErrorInfo(
0 commit comments