[ 
https://issues.apache.org/jira/browse/ARROW-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17659464#comment-17659464
 ] 

Rok Mihevc commented on ARROW-2437:
-----------------------------------

This issue has been migrated to [issue 
#18565|https://github.com/apache/arrow/issues/18565] on GitHub. Please see the 
[migration documentation|https://github.com/apache/arrow/issues/14542] for 
further details.

> [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 Korn
>            Assignee: Robert Nishihara
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>
> 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
(v8.20.10#820010)

Reply via email to