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] [Created] (ARROW-2437) [C++] Change of arrow::ipc::ReadMessage signature breaks ABI compability

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

             Summary: [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
            Reporter: Uwe L. Korn
             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)