rok commented on code in PR #41705:
URL: https://github.com/apache/arrow/pull/41705#discussion_r1604902935
##########
docs/source/developers/python.rst:
##########
@@ -678,6 +642,45 @@ PyArrow are:
- Number of processes used to compile PyArrow’s C++/Cython components
- ``''``
+The components being disabled or enabled when building PyArrrow is by default
+based on how Arrow C++ is build (i.e. it follows the ``ARROW_$COMPONENT``
flags).
+However, the ``PYARROW_WITH_$COMPONENT`` environment variables can still be
used
+to override this when building PyArrow (e.g. to disable components, or to
enforce
+certain components to be built):
+
+.. list-table::
+ :widths: 30 30
+ :header-rows: 1
+
+ * - Arrow flags/options
+ - Corresponding environment variables for PyArrow
Review Comment:
This list is bound to become outdated. Could we link to (or auto generate
from) the relevant CMake file?
--
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]