wjones127 commented on code in PR #13324:
URL: https://github.com/apache/arrow/pull/13324#discussion_r891280247


##########
docs/source/developers/python.rst:
##########
@@ -361,6 +362,9 @@ Similarly, if you built with ``PARQUET_REQUIRE_ENCRYPTION`` 
(in C++), you
 need to set the corresponding ``PYARROW_WITH_PARQUET_ENCRYPTION`` environment
 variable to 1.
 
+To set the number of threads used to compile PyArrow's C++/Cython components
+(just like ``-jX``), set the ``PYARROW_PARALLEL`` environment variable.

Review Comment:
   I mention it because it was part of a command provided just above. Maybe I 
should say something like "(just like the ``-j4`` passed in the make install 
command above)"? Or I can drop it since it's not that important.



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