You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2020/05/07 12:19:00 UTC

[jira] [Resolved] (ARROW-8710) [Rust] Continuation marker not written correctly in IPC writer, and stream not flushed

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

Andy Grove resolved ARROW-8710.
-------------------------------
    Resolution: Fixed

> [Rust] Continuation marker not written correctly in IPC writer, and stream not flushed
> --------------------------------------------------------------------------------------
>
>                 Key: ARROW-8710
>                 URL: https://issues.apache.org/jira/browse/ARROW-8710
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>            Reporter: Max Burke
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.18
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When an Arrow IPC stream is completed, the continuation marker needs to first be written, followed by a series of 4 zero-bytes indicating the end-of-stream. This change ensures this sequence is observed correctly.
> Also, the underlying stream needs to be flushed otherwise writes can (and do) get lost.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)