kou commented on a change in pull request #11444:
URL: https://github.com/apache/arrow/pull/11444#discussion_r730470782
##########
File path: docs/source/developers/cpp/building.rst
##########
@@ -203,12 +208,21 @@ boolean flags to ``cmake``.
this option also enables ``ARROW_COMPUTE``, ``ARROW_CSV``, ``ARROW_DATASET``,
``ARROW_FILESYSTEM``, ``ARROW_HDFS``, and ``ARROW_JSON``.
* ``-DARROW_S3=ON``: Support for Amazon S3-compatible filesystems
+* ``-DARROW_WITH_RE2=ON`` Build with support for regular expressions using the
re2
+ library, on by default and used when ARROW_COMPUTE or ARROW_GANDIVA is ON
Review comment:
```suggestion
library, on by default and used when ``ARROW_COMPUTE`` or
``ARROW_GANDIVA`` is ``ON``
```
##########
File path: docs/source/developers/cpp/building.rst
##########
@@ -189,10 +191,13 @@ boolean flags to ``cmake``.
* ``-DARROW_GANDIVA=ON``: Gandiva expression compiler, depends on LLVM,
Protocol Buffers, and re2
* ``-DARROW_GANDIVA_JAVA=ON``: Gandiva JNI bindings for Java
+* ``-DARROW_GCS=ON``: Build Arrow with GCS support (requires the GCloud SDK
for C++)
* ``-DARROW_HDFS=ON``: Arrow integration with libhdfs for accessing the Hadoop
Filesystem
* ``-DARROW_HIVESERVER2=ON``: Client library for HiveServer2 database protocol
+* ``ARROW_JEMALLOC=ON``: Build the Arrow jemalloc-based allocator, on by
default
Review comment:
```suggestion
* ``-DARROW_JEMALLOC=ON``: Build the Arrow jemalloc-based allocator, on by
default
```
##########
File path: docs/source/developers/cpp/building.rst
##########
@@ -203,12 +208,21 @@ boolean flags to ``cmake``.
this option also enables ``ARROW_COMPUTE``, ``ARROW_CSV``, ``ARROW_DATASET``,
``ARROW_FILESYSTEM``, ``ARROW_HDFS``, and ``ARROW_JSON``.
* ``-DARROW_S3=ON``: Support for Amazon S3-compatible filesystems
+* ``-DARROW_WITH_RE2=ON`` Build with support for regular expressions using the
re2
+ library, on by default and used when ARROW_COMPUTE or ARROW_GANDIVA is ON
+* ``-DARROW_WITH_UTF8PROC=ON``: Build with support for Unicode properties using
+ the utf8proc library, on by default and used when ARROW_COMPUTE or
ARROW_GANDIVA
Review comment:
```suggestion
the utf8proc library, on by default and used when ``ARROW_COMPUTE`` or
``ARROW_GANDIVA``
```
##########
File path: docs/source/developers/cpp/building.rst
##########
@@ -203,12 +208,21 @@ boolean flags to ``cmake``.
this option also enables ``ARROW_COMPUTE``, ``ARROW_CSV``, ``ARROW_DATASET``,
``ARROW_FILESYSTEM``, ``ARROW_HDFS``, and ``ARROW_JSON``.
* ``-DARROW_S3=ON``: Support for Amazon S3-compatible filesystems
+* ``-DARROW_WITH_RE2=ON`` Build with support for regular expressions using the
re2
+ library, on by default and used when ARROW_COMPUTE or ARROW_GANDIVA is ON
+* ``-DARROW_WITH_UTF8PROC=ON``: Build with support for Unicode properties using
+ the utf8proc library, on by default and used when ARROW_COMPUTE or
ARROW_GANDIVA
+ is ON
Review comment:
```suggestion
is ``ON``
```
##########
File path: docs/source/developers/cpp/building.rst
##########
@@ -281,6 +295,7 @@ The build system supports a number of third-party
dependencies
* ``Brotli``: for data compression
* ``BZip2``: for data compression
* ``c-ares``: a dependency of gRPC
+ * ``GCloud SDK``: C++ SDK for Google cloud storage support
Review comment:
```suggestion
* ``google_cloud_cpp_storage``: for Google Cloud Storage support, requires
system cURL even we use the
``BUNDLE`` method described below
```
and put this after `GLOG`.
##########
File path: docs/source/developers/cpp/building.rst
##########
@@ -176,6 +176,8 @@ By default, the C++ build system creates a fairly minimal
build. We have
several optional system components which you can opt into building by passing
boolean flags to ``cmake``.
+
Review comment:
```suggestion
```
--
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]