jayzhan211 commented on code in PR #13133:
URL: https://github.com/apache/datafusion/pull/13133#discussion_r1821679996


##########
datafusion/physical-plan/src/sorts/merge.rs:
##########
@@ -97,6 +97,23 @@ pub(crate) struct SortPreservingMergeStream<C: CursorValues> 
{
     /// Cursors for each input partition. `None` means the input is exhausted
     cursors: Vec<Option<Cursor<C>>>,
 
+    /// Flag indicating whether we are in the mode of round-robin

Review Comment:
   Added it on the `enable_round_robin_tie_breaker`



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

Reply via email to