Skip to content

Commit 0da04a6

Browse files
reduce diff by maintaining logs
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent da615c0 commit 0da04a6

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
@@ -800,7 +800,7 @@ def _results_message_to_execute_response(self, resp, operation_state):
800800

801801
status = CommandState.from_thrift_state(operation_state)
802802
if status is None:
803-
raise ValueError(f"Invalid operation state: {operation_state}")
803+
raise ValueError(f"Unknown command state: {operation_state}")
804804

805805
return (
806806
ExecuteResponse(

0 commit comments

Comments
 (0)