jorisvandenbossche opened a new pull request, #34400: URL: https://github.com/apache/arrow/pull/34400
https://github.com/apache/arrow/pull/34102 is adding a new `pyarrow._acero` cython module (we probably also want a public `pyarrow.acero` at some point, but that's for later), and in a next PR I will refactor the existing `_exec_plan.pyx` to use those new bindings. Given that we don't need to keep that as two separate cython files, this PR is already renaming `_exec_plan.pyx` to `_acero.pyx` as a precursor to reduce the diff in the subsequent PRs. -- 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]
