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 288224e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions velox/connectors/hive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,7 @@ velox_link_libraries(
PRIVATE
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

0 comments on commit 288224e

Please sign in to comment.