Commits


Bryan Cutler authored and Wes McKinney committed 19f29624b98
ARROW-6519: [Java] Use IPC continuation prefix as part of 8-byte EOS This changes the 8-byte EOS for non-legacy stream format to use {0xFFFFFFFF, 0x00000000} instead of all zeros. When using all zeros, the reader will not know to read the last 4-bytes, but with the 4-byte continuation token, all bytes written to a channel can be read. Closes #5345 from BryanCutler/java-ipc-cont-for-EOS-ARROW-6519 and squashes the following commits: 8fb38a0dc <Bryan Cutler> Use IPC continuation token to write 8-byte EOS Authored-by: Bryan Cutler <cutlerb@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>