AlenkaF commented on a change in pull request #11505:
URL: https://github.com/apache/arrow/pull/11505#discussion_r734328137



##########
File path: docs/source/developers/python.rst
##########
@@ -335,17 +334,27 @@ virtualenv) enables cmake to choose the python executable 
which you are using.
 
 For any other C++ build challenges, see :ref:`cpp-development`.
 
+In case you may need to rebuild the C++ part it is advisable to delete the 
content of
+the build folder with command ``rm -rf *`` from the build folder.
+
 Now, build pyarrow:
 
 .. code-block:: shell
 
    pushd arrow/python
    export PYARROW_WITH_PARQUET=1
+   export PYARROW_WITH_FLIGHT=0
+   export PYARROW_WITH_GANDIVA=0
+   export PYARROW_WITH_ORC=0
+   export PYARROW_WITH_PLASMA=0

Review comment:
       Ok, git it. Should I remove this line from the docs then also?
   
   `If you did not build one of the optional components, set the corresponding 
``PYARROW_WITH_$COMPONENT`` environment variable to 0.`




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