Skip to content

Commit

Permalink
Change the arrow dependency from private to public
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Oct 29, 2024
1 parent 6440a44 commit 0dc1a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/external/hdfs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ if(${VELOX_ENABLE_HDFS})
velox_add_library(velox_external_hdfs ArrowHdfsInternal.cpp)
velox_link_libraries(
velox_external_hdfs
PRIVATE
PUBLIC
arrow)
endif()

0 comments on commit 0dc1a17

Please sign in to comment.