AlenkaF commented on PR #48963: URL: https://github.com/apache/arrow/pull/48963#issuecomment-3809876144
Thank you for opening up a PR. PyArrow is a wrapper around the Arrow C++ implementation and so Arrow related functionality is in the C++ codebase. That being said, I suggest you look into the Arrow format documentation to get a bit more understanding of the design and look into PyArrow docs for the concept of `Table` and `RecordBatch.slice`. I will close the PR as we do not plan to add this kind of functionality into PyArrow. Feel free to start a discussion on the linked issue if you have any more questions regarding the batches and Arrow format. -- 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]
