pitrou commented on code in PR #14273:
URL: https://github.com/apache/arrow/pull/14273#discussion_r983190219
##########
docs/source/developers/cpp/building.rst:
##########
@@ -338,11 +338,11 @@ boolean flags to ``cmake``.
* ``-DPARQUET_REQUIRE_ENCRYPTION=ON``: Parquet Modular Encryption
* ``-DARROW_PLASMA=ON``: Plasma Shared Memory Object Store
* ``-DARROW_PLASMA_JAVA_CLIENT=ON``: Build Java client for Plasma
-* ``-DARROW_PYTHON=ON``: Arrow Python C++ integration library (required for
- building pyarrow). This library must be built against the same Python version
- for which you are building pyarrow. NumPy must also be installed. Enabling
- this option also enables ``ARROW_COMPUTE``, ``ARROW_CSV``, ``ARROW_DATASET``,
- ``ARROW_FILESYSTEM``, ``ARROW_HDFS``, and ``ARROW_JSON``.
+* ``-DARROW_PYTHON=ON``: This option is deprecated since 10.0.0. This
+ will be removed in a future release. Use CMake presets instead. Or
+ you can use ``ARROW_COMPUTE``, ``ARROW_CSV``, ``ARROW_DATASET``,
Review Comment:
```suggestion
you can enable ``ARROW_COMPUTE``, ``ARROW_CSV``, ``ARROW_DATASET``,
```
--
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]