Skip to content

Commit

Permalink
build: Cleanup Hive Connector depenencies
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Dec 16, 2024
1 parent 13cd515 commit d240071
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
11 changes: 1 addition & 10 deletions velox/connectors/hive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,9 @@ velox_link_libraries(
velox_common_io
velox_connector
velox_dwio_catalog_fbhive
velox_dwio_dwrf_reader
velox_dwio_dwrf_writer
velox_dwio_orc_reader
velox_dwio_parquet_reader
velox_dwio_parquet_writer
velox_file
velox_hive_partition_function
velox_type_tz
velox_s3fs
velox_hdfs
velox_gcs
velox_abfs)
velox_hive_partition_function)

velox_add_library(velox_hive_partition_function HivePartitionFunction.cpp)

Expand Down
1 change: 0 additions & 1 deletion velox/connectors/hive/HiveConnector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <memory>

using namespace facebook::velox::exec;
using namespace facebook::velox::dwrf;

namespace facebook::velox::connector::hive {

Expand Down
1 change: 1 addition & 0 deletions velox/dwio/parquet/tests/writer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ add_test(
target_link_libraries(
velox_parquet_writer_test
velox_dwio_parquet_writer
velox_dwio_parquet_reader
velox_dwio_common_test_utils
velox_link_libs
Boost::regex
Expand Down
2 changes: 2 additions & 0 deletions velox/exec/tests/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ target_link_libraries(
velox_dwio_common
velox_dwio_dwrf_reader
velox_dwio_dwrf_writer
velox_dwio_parquet_writer
velox_dwio_parquet_reader
velox_dwio_common_test_utils
velox_file_test_utils
velox_type_fbhive
Expand Down
4 changes: 4 additions & 0 deletions velox/tool/trace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ target_link_libraries(
velox_hive_connector
velox_tpch_connector
velox_memory
velox_hdfs
velox_gcs
velox_abfs
velox_s3fs
Folly::folly
glog::glog
gflags::gflags)
Expand Down

0 comments on commit d240071

Please sign in to comment.