Skip to content

Commit f448a8f

Browse files
maintain log
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent e3ee4e4 commit f448a8f

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
@@ -915,7 +915,7 @@ def get_query_state(self, command_id: CommandId) -> CommandState:
915915
self._check_command_not_in_error_or_closed_state(thrift_handle, poll_resp)
916916
state = CommandState.from_thrift_state(operation_state)
917917
if state is None:
918-
raise ValueError(f"Invalid operation state: {operation_state}")
918+
raise ValueError(f"Unknown command state: {operation_state}")
919919
return state
920920

921921
@staticmethod

0 commit comments

Comments
 (0)