tustvold commented on code in PR #2918:
URL: https://github.com/apache/arrow-datafusion/pull/2918#discussion_r922298074
##########
datafusion/core/src/scheduler/task.rs:
##########
@@ -35,7 +35,7 @@ use std::sync::{Arc, Weak};
use std::task::{Context, Poll};
/// Spawns a [`PipelinePlan`] using the provided [`Spawner`]
-pub fn spawn_plan(plan: PipelinePlan, spawner: Spawner) -> ExecutionResults {
+pub(crate) fn spawn_plan(plan: PipelinePlan, spawner: Spawner) ->
ExecutionResults {
Review Comment:
This is a private module and so this change is practically unnecessary, but
needed to placate clippy
--
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]