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 2fc3cb6 commit 73471e9Copy full SHA for 73471e9
src/databricks/sql/thrift_backend.py
@@ -1090,7 +1090,7 @@ def fetch_results(
1090
return queue, resp.hasMoreRows
1091
1092
def close_command(self, op_handle):
1093
- logger.debug(f"ThriftBackend.close_command(op_handle={op_handle})")
+ logger.debug("ThriftBackend.close_command(op_handle=%s)", op_handle)
1094
req = ttypes.TCloseOperationReq(operationHandle=op_handle)
1095
resp = self.make_request(self._client.CloseOperation, req)
1096
return resp.status
0 commit comments