You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/08/02 14:13:28 UTC

[arrow] branch master updated: MINOR: [Documentation] Added DARROW_FLIGHT_SQL to C++ optional components (#13777)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a79c67055 MINOR: [Documentation] Added DARROW_FLIGHT_SQL to C++ optional components (#13777)
9a79c67055 is described below

commit 9a79c67055bb82a5df4b4a7afaaf288d1c40e980
Author: patrick <10...@users.noreply.github.com>
AuthorDate: Tue Aug 2 10:13:21 2022 -0400

    MINOR: [Documentation] Added DARROW_FLIGHT_SQL to C++ optional components (#13777)
    
    Authored-by: patrick <10...@users.noreply.github.com>
    Signed-off-by: David Li <li...@gmail.com>
---
 docs/source/developers/cpp/building.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/source/developers/cpp/building.rst b/docs/source/developers/cpp/building.rst
index 83c774c3dc..b988bd2eeb 100644
--- a/docs/source/developers/cpp/building.rst
+++ b/docs/source/developers/cpp/building.rst
@@ -323,6 +323,7 @@ boolean flags to ``cmake``.
   filesystems
 * ``-DARROW_FLIGHT=ON``: Arrow Flight RPC system, which depends at least on
   gRPC
+* ``-DARROW_FLIGHT_SQL=ON``: Arrow Flight SQL
 * ``-DARROW_GANDIVA=ON``: Gandiva expression compiler, depends on LLVM,
   Protocol Buffers, and re2
 * ``-DARROW_GANDIVA_JAVA=ON``: Gandiva JNI bindings for Java