Describe the bug, including details regarding any error messages, version, and platform.
I have determined that ccache is not efficient for building the Cython-generated PyArrow C++ sources, because those source files are stored in the temporary build directory which is different everytime.
Component(s)
Python
Describe the bug, including details regarding any error messages, version, and platform.
I have determined that
ccacheis not efficient for building the Cython-generated PyArrow C++ sources, because those source files are stored in the temporary build directory which is different everytime.Component(s)
Python