gitmodimo opened a new issue, #46427:
URL: https://github.com/apache/arrow/issues/46427

   ### Describe the enhancement requested
   
   Current implementation of source nodes have following ordering:
   
   | Source node  | Ordering |
   | ------------- | -------------
   | source | SourceNodeOptions.ordering |
   | table_source | Implicit |
   | record_batch_source | SchemaSourceNode -> Implicit|
   | record_batch_reader_source | Unordered|
   | exec_batch_source | SchemaSourceNode -> Implicit
   | array_vector_source | SchemaSourceNode -> Implicit|
   
   Is there some reason for fixing implicit/unordered ordering in some of the 
sources? I need option to set implicit ordering in `record_batch_reader_source` 
and I have ready PR that adds `implicit_ordering` fields to 
`RecordBatchReaderSourceNodeOptions`, however maybe I should add this option to 
all sources?
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to