AlenkaF commented on PR #46961: URL: https://github.com/apache/arrow/pull/46961#issuecomment-3027514409
@hadrian-reppas I tried to reproduce the import failure on the latest main, and also on your PR, but everything works fine on my end. The first thing I’d suggest is doing a clean build: run `git clean -Xfd .` in your `arrow/` clone, then rebuild both C++ and PyArrow from scratch. Hopefully this clears out any stale build artifacts and resolves the import issue. -- 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]
