EnricoMi commented on issue #26818:
URL: https://github.com/apache/arrow/issues/26818#issuecomment-2422222017

   > Should we consider implementing an "ordered" node ...
   
   Looks like we do not need to introduce a new node because the `"write"` can 
sequence exec batches already. For this to work, all we need is tell the 
`"scan"` to give batches and index (`ImplicitOrdering`) and the `"write"` will 
by default sequence the batches.
   
   Here is the fix: #44470


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