Commits


Max Burke authored and Andy Grove committed 2dd90714a7b
ARROW-8710: [Rust] Ensure right order of messages written, and flush stream when complete. The continuation marker needs to be written before the message byte length, according to the Arrow specification. Also for safety's sake the writer needs to be flushed once complete. Closes #7111 from maxburke/flush_ipc_writer Authored-by: Max Burke <max@urbanlogiq.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>