Skip to content

Commit

Permalink
Change the arrow dependency from private to public in velox_external_…
Browse files Browse the repository at this point in the history
…hdfs (#11371)

Summary:
Fix #9835 (comment)

Pull Request resolved: #11371

Reviewed By: Yuhta

Differential Revision: D65420201

Pulled By: mbasmanova

fbshipit-source-id: 4bf4fc418f61c246b4113960e499e054c6b7ece8
  • Loading branch information
JkSelf authored and facebook-github-bot committed Nov 6, 2024
1 parent a50d940 commit 6b11a56
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 6b11a56

Please sign in to comment.