This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Link statically with arrow #12
Comments
This might be tricker than I thought since arrow uses several other packages which are provided as shared libraries:
boost, lzma, brotli, snappy ... |
|
According to this https://issues.apache.org/jira/browse/PARQUET-1048 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we link with arrow shared library:
We should statically link with
libarrow.a
to enable easier distribution, see #11The text was updated successfully, but these errors were encountered: