asolimando commented on code in PR #21815:
URL: https://github.com/apache/datafusion/pull/21815#discussion_r3291443652


##########
datafusion/physical-plan/src/coalesce_batches.rs:
##########
@@ -356,9 +354,6 @@ impl CoalesceBatchesStream {
                         PushBatchStatus::LimitReached => {
                             // limit was reached, so stop early
                             self.completed = true;
-                            self.input = Box::pin(EmptyRecordBatchStream::new(
-                                self.coalescer.schema(),
-                            ));

Review Comment:
   This is a mistake made during the latest rebase, please ignore



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to