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

[jira] [Updated] (ARROW-2437) [C++] Change of arrow::ipc::ReadMessage signature breaks ABI compability

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

Uwe L. Korn updated ARROW-2437:
-------------------------------
    Component/s: C++

> [C++] Change of arrow::ipc::ReadMessage signature breaks ABI compability
> ------------------------------------------------------------------------
>
>                 Key: ARROW-2437
>                 URL: https://issues.apache.org/jira/browse/ARROW-2437
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Uwe L. Korn
>            Priority: Major
>             Fix For: 0.9.1
>
>
> We changed the signature of the method from
> {code}
> ReadMessage ( arrow::io::InputStream* file, std::unique_ptr<message, std::default_delete<Message> >* message ) 
> {code}
> to
> {code}
> ReadMessage ( arrow::io::InputStream* file, std::unique_ptr<message, std::default_delete<Message> >* message, bool aligned ) 
> {code}
> We should add the old signature so that the 0.9.1 release is ABI compatible to 0.9.0



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