Skip to content

Commit

Permalink
MINOR: [C++][Dev] Remove unused Hive flag (#13439)
Browse files Browse the repository at this point in the history
Stops CMake from warning about an unused flag after Hive support was removed.

Authored-by: David Li <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
lidavidm authored Jun 27, 2022
1 parent 8e9cc05 commit 05a8c8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dev/archery/archery/lang/cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def _gen_defs(self):
yield ("ARROW_GANDIVA", truthifier(self.with_gandiva))
yield ("ARROW_GCS", truthifier(self.with_gcs))
yield ("ARROW_HDFS", truthifier(self.with_hdfs))
yield ("ARROW_HIVESERVER2", truthifier(self.with_hiveserver2))
yield ("ARROW_IPC", truthifier(self.with_ipc))
yield ("ARROW_JSON", truthifier(self.with_json))
yield ("ARROW_JNI", truthifier(self.with_jni))
Expand Down
1 change: 0 additions & 1 deletion docs/source/developers/cpp/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ boolean flags to ``cmake``.
* ``-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
* ``-DARROW_JEMALLOC=ON``: Build the Arrow jemalloc-based allocator, on by default
* ``-DARROW_JSON=ON``: JSON reader module
* ``-DARROW_MIMALLOC=ON``: Build the Arrow mimalloc-based allocator
Expand Down

0 comments on commit 05a8c8e

Please sign in to comment.