You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/03/02 14:01:00 UTC

[jira] [Created] (ARROW-2245) [Python] Revert static linkage of parquet-cpp in manylinux1 wheel

Uwe L. Korn created ARROW-2245:
----------------------------------

             Summary: [Python] Revert static linkage of parquet-cpp in manylinux1 wheel
                 Key: ARROW-2245
                 URL: https://issues.apache.org/jira/browse/ARROW-2245
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Uwe L. Korn
             Fix For: 0.9.0


Although we are not in a theoretical way the authoritative source of parquet-cpp with the pyarrow manylinux1 wheel, in practical way we actually are this and statically linking parquet-cpp can introduce some problems that dynamically linking it does not (e.g. duplicate unloading of the library if you include it in a Python wheel and in the process that creates the Python interpreter). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)