tustvold commented on code in PR #2296:
URL: https://github.com/apache/arrow-datafusion/pull/2296#discussion_r854433155


##########
datafusion/core/src/physical_plan/coalesce_partitions.rs:
##########
@@ -22,8 +22,8 @@ use std::any::Any;
 use std::sync::Arc;
 use std::task::Poll;
 
-use futures::channel::mpsc;
 use futures::Stream;
+use tokio::sync::mpsc;

Review Comment:
   This is updated because of the change to spawn_execution



##########
datafusion/core/src/physical_plan/coalesce_partitions.rs:
##########
@@ -180,26 +179,23 @@ impl ExecutionPlan for CoalescePartitionsExec {
     }
 }
 
-pin_project! {
-    struct MergeStream {

Review Comment:
   Drive by cleanup, this isn't necessary as the types are unpin



-- 
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]

Reply via email to