AlenkaF opened a new pull request, #13311: URL: https://github.com/apache/arrow/pull/13311
This PR moves `src/arrow/python` directory into `pyarrow` and arranges PyArrow to build it. **TODO** - [ ] Move the files and change cmake for C PyArrow - [ ] Integrate C PyArrow build into setup.py - [ ] How to run the tests for C PyArrow - [ ] Make changes to the C++ build (what is not needed anymore) - [ ] Review proposed changes for CMake options for ARROW_PYTHON - [ ] Add a migration path for external packages **Testing** Until https://github.com/apache/arrow/pull/13282 is merged one additional step is needed to successfully build pyarrow. Needed header files from Arrow must be copied into `dist` folder: ``` cp -r cpp/src/arrow/vendored/xxhash/ dist/include/arrow/vendored/xxhash/ cp cpp/src/arrow/util/int_util_internal.h dist/include/arrow/util cp -r cpp/src/arrow/vendored/portable-snippets/ dist/include/arrow/vendored/portable-snippets/ ``` -- 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]
