vibhatha opened a new pull request, #13700: URL: https://github.com/apache/arrow/pull/13700
This PR includes an initial version of the Fetch node. The objective of the PR is explained in detail [here](https://issues.apache.org/jira/browse/ARROW-17183). Includes the following: Ability Fetch records with an offset and a limit with or without sorting. Fetch without sort just fetches the top records received at the Fetch node after collecting all records in memory. This is a sub-optimial solution and requires more optimization and recorded the requirement [here](https://issues.apache.org/jira/browse/ARROW-17196). -- 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]
