RE: PyArrow build problem

2022-10-03 Thread Anja Boskovic
To update others who might find this thread: If you start running into Arrow building problems upon updates to the Arrow codebase, I recommend first deleting stale build artifacts from previous builds: https://arrow.apache.org/docs/dev/developers/python.html#deleting-stale-build-artifacts .

RE: Re: PyArrow build problem

2022-09-11 Thread Anja Boskovic
Hi Yaron! This tripped me up, too. It seems to have started around this commit: https://github.com/apache/arrow/commit/93b63e8f3b4880927ccbd5522c967df79e926cda . I ended up needing to wipe my checkout from hidden build files using `git clean -Xfd .` and then rebuilding/reinstalling Arrow C++