You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/19 09:34:16 UTC

[GitHub] [arrow-datafusion] yjshen commented on a change in pull request #1596: Consolidate sort and external_sort

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org