Commits


ptaylor authored and Wes McKinney committed 3eaceec8561
ARROW-6317: [JS] Implement IPC message format alignment changes Implements the IPC message format alignment changes for [ARROW-6313](https://issues.apache.org/jira/browse/ARROW-6313). In this PR the `MessageReader` can read messages with the old alignment, but `RecordBatchWriter` always produces messages with the new alignment. I can add a flag if others think it'd be useful to produce messages in the old format. Closes #5225 from trxcllnt/ARROW-6314 and squashes the following commits: b69bc0e55 <ptaylor> update ipc reader and writer for ARROW-6313 Authored-by: ptaylor <paul.e.taylor@me.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>