Commits


Neville Dipale authored and Paddy Horan committed ba1800c5726
ARROW-7193: [Rust] Arrow stream reader * Moved `arrow/ipc/file/reader` to `arrow/ipc/reader` * Renamed the file reader from `Reader` to `FileReader` * Added a `StreamReader` The stream reader currently terminates on a 0-byte read, but not on an EOS marker. We might need to work on the latter later, as I could not see the marker when inspecting the test files with a hex-editor. Closes #6013 from nevi-me/ARROW-7193 and squashes the following commits: 3161c2540 <Neville Dipale> better error handling d278c90ab <Neville Dipale> update comments 22e1955dd <Neville Dipale> ARROW-7193: Arrow stream reader Authored-by: Neville Dipale <nevilledips@gmail.com> Signed-off-by: Paddy Horan <paddyhoran@hotmail.com>