Youngwb commented on a change in pull request #2531: Spark return error to 
users when spark on doris query failed
URL: https://github.com/apache/incubator-doris/pull/2531#discussion_r361585456
 
 

 ##########
 File path: be/src/service/backend_service.cpp
 ##########
 @@ -291,6 +291,15 @@ void BackendService::get_next(TScanBatchResult& result_, 
const TScanNextBatchPar
         TUniqueId fragment_instance_id = context->fragment_instance_id;
         std::shared_ptr<arrow::RecordBatch> record_batch;
         bool eos;
+        Status queue_status = 
_exec_env->result_queue_mgr()->queue_status(fragment_instance_id);
 
 Review comment:
   Done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to