AlenkaF commented on code in PR #45998:
URL: https://github.com/apache/arrow/pull/45998#discussion_r4035429802


##########
cpp/src/arrow/CMakeLists.txt:
##########
@@ -1016,7 +1008,7 @@ if(ARROW_FILESYSTEM)
     endif()
   endif()
   if(ARROW_HDFS)
-    list(APPEND ARROW_FILESYSTEM_SRCS filesystem/hdfs.cc)
+    list(APPEND ARROW_FILESYSTEM_SRCS filesystem/hdfs.cc 
filesystem/hdfs_internal.cc)

Review Comment:
   Added a fix here: 
https://github.com/apache/arrow/pull/45998/changes/0625e9eae926a306e5e15e756cdf94ae7b24f0fc#diff-8e690315a407919d147f16a9a534fc9f5c3f6345b58820e2057afa7cd14bea6b.
 Now `dlopen` and other dl symbols will be able to resolve on Linux machines.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to