Rajneesh2223 commented on issue #35357:
URL: https://github.com/apache/arrow/issues/35357#issuecomment-1555970746

   The libarrow_skyhook_client.so library is generated by the 
arrow_skyhook_client target in the pyarrow/cpp/build/BUILD.gn file. This target 
is only enabled when ARROW_SKYHOOK=ON is set.
   
   The SkyhookFileFormat API is implemented in the arrow/ipc/skyhook.cc file. 
This file only includes the libarrow_skyhook_client.so library if it is 
available.
   
   When ARROW_SKYHOOK=ON is not set, the libarrow_skyhook_client.so library is 
not generated, and the SkyhookFileFormat API is not available.


-- 
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