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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]