Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Currently, https://arrow.apache.org/docs/developers/python.html#build-and-test suggests setting PYARROW_WITH_$COMPONENT to 1 for every component used in C++. However, this does not make clear whether every single component has a corresponding flag, and also, due to mentioning the PYARROW_PARALLEL flag directly after, makes it unclear whether there are more environment variables that can affect build.
This could be fixed by including an explicit list of relevant variables and arguments for the PyArrow build.