Commits

Wes McKinney authored 362ba7442d4
ARROW-3236: [C++] Fix stream accounting bug causing garbled schema message when writing IPC file format We were never reading this message (because the schema is contained in the footer), and the fact that it was malformed was not impacting the other messages in the file (obviously, since we have many unit tests verifying this). Fixes #2559 Author: Wes McKinney <wesm+git@apache.org> Closes #2560 from wesm/ARROW-3236 and squashes the following commits: bf0856f1e <Wes McKinney> Fix stream accounting bug causing garbled schema message when writing IPC file format. Clean code