Commits


John Muehlhausen authored and Wes McKinney committed 7bd9ad236dd
ARROW-5395: [C++] Utilize stream EOS in File format We currently do not write EOS at the end of a Message stream inside the File format. As a result, the file cannot be parsed sequentially. This change prepares for other implementations or future reference features that parse a File sequentially... i.e. without access to seek(). Author: John Muehlhausen <jmuehlhausen@kershnertrading.com> Closes #4372 from jgm-ktg/master and squashes the following commits: 2ce546cc3 <John Muehlhausen> remove JS/Java for separate JIRA issues 350177829 <John Muehlhausen> ARROW-5395: Python test case 9e83053d0 <John Muehlhausen> incorporate first suggestions for writing EOS in File 901dfeab0 <John Muehlhausen> ARROW-5395: Utilize stream EOS in File format