You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/02/06 23:54:22 UTC

[GitHub] [arrow] westonpace commented on issue #32991: [C++] Add ordering information to exec batches

westonpace commented on issue #32991:
URL: https://github.com/apache/arrow/issues/32991#issuecomment-1419959805

   I plan to start working on this task.  However, it is quite large.  I plan on breaking it up into the following tasks:
   
    - [ ] Add batch index to ExecNode, Create a fetch node (this will serve as an example of how a batch index can work)
    - [ ] Add batch index to the scanner
    - [ ] Add the concept of "ordering" to an exec node, reject non-sensible plans
    - [ ] Update existing nodes to respect ordering and batch index (at this point "fetch" will be usable in larger plans)
    - [ ] Add bindings for fetch to substrait consumer
    - [ ] Add an order-by node which can modify an ordering
    - [ ] Deprecate old DeclarationToXyz methods


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