You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/09/25 08:17:00 UTC

[jira] [Resolved] (ARROW-3212) [C++] Create deterministic IPC metadata

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

Wes McKinney resolved ARROW-3212.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 2615
[https://github.com/apache/arrow/pull/2615]

> [C++] Create deterministic IPC metadata
> ---------------------------------------
>
>                 Key: ARROW-3212
>                 URL: https://issues.apache.org/jira/browse/ARROW-3212
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.11.0
>
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> Currently, the amount of padding bytes written after the IPC metadata header depends on the current position of the {{OutputStream}} passed. So if the message begins on an unaligned (not multiple of 8) offset, then the content of the metadata will be different than if it did. This seems like a leaky abstraction -- aligning the stream should probably be handled separately from writing the IPC protocol.



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