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



##########
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:
       Those should indeed default to 0, so normally it should not have had 
impact on your build ..




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