joemarshall commented on code in PR #35471:
URL: https://github.com/apache/arrow/pull/35471#discussion_r1189391877
##########
cpp/src/arrow/acero/task_util.cc:
##########
@@ -328,10 +328,13 @@ Status TaskSchedulerImpl::ScheduleMore(size_t thread_id,
int num_tasks_finished)
}
ARROW_DCHECK(register_finished_);
-
+#ifndef ARROW_ENABLE_THREADING
+ return ExecuteMore(thread_id, 1, true);
+#else
if (use_sync_execution_) {
Review Comment:
have 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]