viirya commented on code in PR #6874:
URL: https://github.com/apache/arrow-datafusion/pull/6874#discussion_r1256464610
##########
datafusion/core/src/physical_plan/sorts/merge.rs:
##########
@@ -51,7 +54,9 @@ macro_rules! merge_helper {
}};
}
-/// Perform a streaming merge of [`SendableRecordBatchStream`]
+/// Perform a streaming merge of [`SendableRecordBatchStream`] based on
provided sort expressions
+/// while preserving order. This is a convenience wrapper for
[`SortPreservingMergeStream`] and
+/// chooses a right cursor for the expressions and the data type
Review Comment:
Not sure about the cursor. You mean `RowCursorStream`?
--
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]