Skip to content

Commit 536387b

Browse files
log hex
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 6297f7b commit 536387b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/thrift_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ def cancel_command(self, command_id: CommandId) -> None:
12141214
if not thrift_handle:
12151215
raise ValueError("Not a valid Thrift command ID")
12161216

1217-
logger.debug("Cancelling command {}".format(command_id.guid))
1217+
logger.debug("Cancelling command {}".format(guid_to_hex_id(command_id.guid)))
12181218
req = ttypes.TCancelOperationReq(thrift_handle)
12191219
self.make_request(self._client.CancelOperation, req)
12201220

0 commit comments

Comments
 (0)