yjshen commented on a change in pull request #1596:
URL: https://github.com/apache/arrow-datafusion/pull/1596#discussion_r787540527



##########
File path: datafusion/src/physical_plan/sorts/mod.rs
##########
@@ -281,6 +287,9 @@ impl Stream for StreamWrapper {
                     Poll::Pending => Poll::Pending,
                 }
             }
+            StreamWrapper::SingleBatch(ref mut ob) => {

Review comment:
       Removed totally since I switched to use combine then sort method now.




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