Le 08/02/2019 à 20:20, Uwe L. Korn a écrit : > > We should be able to link all libraries dynamically. At the moment there may > be some that can only be linked statically in our build but that should not > be hard to change.
I think plasma_store_server links statically with libplasma and libarrow in order to facilitate binary redistribution (especially for Python wheels?). Also, Windows unit tests for Parquet need to link statically with libparquet because of PARQUET-1420. Regards Antoine.
