You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kazuyukitanimura (via GitHub)" <gi...@apache.org> on 2023/07/07 18:19:34 UTC

[GitHub] [arrow-datafusion] kazuyukitanimura commented on a diff in pull request #6874: Make streaming_merge public

kazuyukitanimura commented on code in PR #6874:
URL: https://github.com/apache/arrow-datafusion/pull/6874#discussion_r1256262228


##########
datafusion/core/src/physical_plan/sorts/merge.rs:
##########
@@ -52,7 +52,7 @@ macro_rules! merge_helper {
 }
 
 /// Perform a streaming merge of [`SendableRecordBatchStream`]
-pub(crate) fn streaming_merge(
+pub fn streaming_merge(

Review Comment:
   Thanks, updated



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