Skip to content

Commit

Permalink
ARROW-16832: [C++] Remove cpp/src/arrow/dbi/hiveserver2 (#13382)
Browse files Browse the repository at this point in the history
It's not maintained.

No objection on the mailing list:
https://lists.apache.org/thread/70qv1q9krx7ztk35tzxq8jp11vq5b5zt

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
  • Loading branch information
kou committed Jun 15, 2022
1 parent d63c16b commit 450c1c0
Show file tree
Hide file tree
Showing 35 changed files with 1 addition and 6,368 deletions.
1 change: 0 additions & 1 deletion cpp/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
"cacheVariables": {
"ARROW_BUILD_EXAMPLES": "ON",
"ARROW_BUILD_UTILITIES": "ON",
"ARROW_HIVESERVER2": "ON",
"ARROW_ORC": "ON",
"ARROW_SKYHOOK": "ON",
"ARROW_TENSORFLOW": "ON",
Expand Down
2 changes: 0 additions & 2 deletions cpp/cmake_modules/DefineOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,6 @@ if(ARROW_DEFINE_OPTIONS)

define_option(ARROW_HDFS "Build the Arrow HDFS bridge" OFF)

define_option(ARROW_HIVESERVER2 "Build the HiveServer2 client and Arrow adapter" OFF)

define_option(ARROW_IPC "Build the Arrow IPC extensions" ON)

set(ARROW_JEMALLOC_DESCRIPTION "Build the Arrow jemalloc-based allocator")
Expand Down
9 changes: 1 addition & 8 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -300,15 +300,8 @@ if(ARROW_THRIFT)
set(ARROW_WITH_ZLIB ON)
endif()

if(ARROW_HIVESERVER2 OR ARROW_PARQUET)
if(ARROW_PARQUET)
set(ARROW_WITH_THRIFT ON)
if(ARROW_HIVESERVER2)
set(ARROW_THRIFT_REQUIRED_COMPONENTS COMPILER)
else()
set(ARROW_THRIFT_REQUIRED_COMPONENTS)
endif()
else()
set(ARROW_WITH_THRIFT OFF)
endif()

if(ARROW_FLIGHT)
Expand Down
4 changes: 0 additions & 4 deletions cpp/src/arrow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -759,10 +759,6 @@ if(ARROW_FLIGHT)
add_subdirectory(flight)
endif()

if(ARROW_HIVESERVER2)
add_subdirectory(dbi/hiveserver2)
endif()

if(ARROW_IPC)
add_subdirectory(ipc)
endif()
Expand Down
24 changes: 0 additions & 24 deletions cpp/src/arrow/dbi/README.md

This file was deleted.

119 changes: 0 additions & 119 deletions cpp/src/arrow/dbi/hiveserver2/CMakeLists.txt

This file was deleted.

27 changes: 0 additions & 27 deletions cpp/src/arrow/dbi/hiveserver2/api.h

This file was deleted.

100 changes: 0 additions & 100 deletions cpp/src/arrow/dbi/hiveserver2/columnar_row_set.cc

This file was deleted.

Loading

0 comments on commit 450c1c0

Please sign in to comment.