Max Burke created ARROW-8710:
--------------------------------
Summary: [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: Improvement
Reporter: Max Burke
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)