asolimando commented on code in PR #21815:
URL: https://github.com/apache/datafusion/pull/21815#discussion_r3291440287
##########
datafusion/physical-plan/src/coalesce_batches.rs:
##########
@@ -344,8 +344,6 @@ impl CoalesceBatchesStream {
None => {
// Input stream is exhausted, finalize any remaining
batches
self.completed = true;
- self.input =
-
Box::pin(EmptyRecordBatchStream::new(self.coalescer.schema()));
Review Comment:
These were accidentally dropped during the latest rebase, which was a little
tricky. I will push shortly another clean rebase (and addressing existing
comments).
--
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]