raulcd commented on code in PR #49259:
URL: https://github.com/apache/arrow/pull/49259#discussion_r2840405517


##########
docs/source/developers/python/building.rst:
##########
@@ -576,12 +572,27 @@ PyArrow are:
    * - ``PYARROW_BUNDLE_CYTHON_CPP``
      - Bundle the C++ files generated by Cython
      - ``0`` (``OFF``)
-   * - ``PYARROW_BUILD_VERBOSE``
-     - Enable verbose output from Makefile builds
-     - ``0`` (``OFF``)
-   * - ``PYARROW_PARALLEL``
-     - Number of processes used to compile PyArrow’s C++/Cython components
-     - ``''``
+
+Note that ``pip install`` uses ``--config-settings`` (plural) while

Review Comment:
   that's not a bad tip. Thanks @WillAyd ! Let me try to see if `-C` works for 
both! I found it pretty annoying that the API was different.



-- 
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]

Reply via email to