srilman opened a new pull request, #36430: URL: https://github.com/apache/arrow/pull/36430
### Rationale for this change It is helpful for 3rd-party code that uses Arrow to sometimes create or get Arrow entities in Python code and then pass it in to C++ extension code. Or on the other hand, use the C++ code for missing options and then pass to Python. ### What changes are included in this PR? This PR includes wrapper and unwrapper functions additional PyArrow objects like datasets, compute expressions, filesystems, and so on. ### Are these changes tested? Not right now since none of the other wrapper functions were tested. ### Are there any user-facing changes? Yes, additional user-facing functions were added, and the documentation was updated -- 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]
