alamb commented on code in PR #6507:
URL: https://github.com/apache/arrow-datafusion/pull/6507#discussion_r1212238341


##########
datafusion/core/src/physical_plan/coalesce_partitions.rs:
##########
@@ -270,4 +231,19 @@ mod tests {
 
         Ok(())
     }
+
+    #[tokio::test]

Review Comment:
   This is the new test from @nvartolomei 



##########
datafusion/core/src/physical_plan/coalesce_partitions.rs:
##########
@@ -183,32 +168,6 @@ impl ExecutionPlan for CoalescePartitionsExec {
     }
 }
 
-struct MergeStream {

Review Comment:
   I basically taught `RecordBatchReceiverStream` how to propagate panics and 
then updated `CoalescePartitionsExec` to use it



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