tustvold commented on code in PR #2918:
URL: https://github.com/apache/arrow-datafusion/pull/2918#discussion_r922297703
##########
datafusion/core/src/scheduler/mod.rs:
##########
@@ -221,12 +221,12 @@ fn spawn_local_fifo(task: Task) {
}
#[derive(Debug, Clone)]
-pub struct Spawner {
+pub(crate) struct Spawner {
Review Comment:
This wasn't ever meant to be public, it was accidentally made public as a
result of moving from a crate-private module. There was no way to actually
construct it, so this is not an API change
--
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]