This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 5bb16d7071 GH-37447: [C++][Docs] Document `ARROW_SUBSTRAIT` CMake flag
(#37451)
5bb16d7071 is described below
commit 5bb16d70717941918a8dbbc74e6a04fb5f191260
Author: Ian Cook <[email protected]>
AuthorDate: Tue Aug 29 19:46:32 2023 -0400
GH-37447: [C++][Docs] Document `ARROW_SUBSTRAIT` CMake flag (#37451)
Documents the `ARROW_SUBSTRAIT` flag added in #31565 / #12915 and adds a
missing seimcolon to the docs entry for `ARROW_WITH_RE2`.
* Closes: #37447
Authored-by: Ian Cook <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
docs/source/developers/cpp/building.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/source/developers/cpp/building.rst
b/docs/source/developers/cpp/building.rst
index dfd0f6ceec..5fab745679 100644
--- a/docs/source/developers/cpp/building.rst
+++ b/docs/source/developers/cpp/building.rst
@@ -374,7 +374,8 @@ boolean flags to ``cmake``.
``ARROW_FILESYSTEM``, ``ARROW_HDFS``, and ``ARROW_JSON`` directly
instead.
* ``-DARROW_S3=ON``: Support for Amazon S3-compatible filesystems
-* ``-DARROW_WITH_RE2=ON`` Build with support for regular expressions using the
re2
+* ``-DARROW_SUBSTRAIT=ON``: Build with support for Substrait
+* ``-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``