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 92551b1 commit a740eceCopy full SHA for a740ece
src/databricks/sql/backend/thrift_backend.py
@@ -876,7 +876,8 @@ def get_execution_result(
876
is_staging_operation = t_result_set_metadata_resp.isStagingOperation
877
is_direct_results = resp.hasMoreRows
878
879
- status = CommandState.from_thrift_state(resp.status)
+ status = CommandState.from_thrift_state(resp.status) or CommandState.RUNNING
880
+
881
execute_response = ExecuteResponse(
882
command_id=command_id,
883
status=status,
0 commit comments