You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/11/12 18:05:26 UTC

[jira] [Resolved] (PARQUET-1291) [C++] libparquet.so should be ABI-versioned

     [ https://issues.apache.org/jira/browse/PARQUET-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved PARQUET-1291.
-----------------------------------
       Resolution: Fixed
         Assignee: Wes McKinney
    Fix Version/s: cpp-1.6.0

This was resolved with the monorepo migration. Now we have

{code}
-rw-rw-r-- 1 wesm wesm 45224512 Nov 10 12:35 libparquet.a
lrwxrwxrwx 1 wesm wesm       16 Nov 10 12:35 libparquet.so -> libparquet.so.12*
lrwxrwxrwx 1 wesm wesm       20 Nov 10 12:35 libparquet.so.12 -> libparquet.so.12.0.0*
-rwxrwxr-x 1 wesm wesm 24043790 Nov 10 12:35 libparquet.so.12.0.0*
{code}

> [C++] libparquet.so should be ABI-versioned
> -------------------------------------------
>
>                 Key: PARQUET-1291
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1291
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: Antoine Pitrou
>            Assignee: Wes McKinney
>            Priority: Major
>             Fix For: cpp-1.6.0
>
>
> Currently, SO file versioning follows source versioning (e.g. {{libparquet.so.1.4.1}}). Instead, it should probably have ABI versioning as done in ARROW-2522: the SO major number must be incremented each time the ABI changes.



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