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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]