Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Dec 16, 2024
1 parent 288224e commit 9e7eefa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion velox/connectors/hive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ velox_link_libraries(
PRIVATE
velox_common_io
velox_connector
velox_hive_partition_function)
velox_hive_partition_function
velox_dwio_dwrf_writer
velox_dwio_parquet_writer)

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

0 comments on commit 9e7eefa

Please sign in to comment.