Commits


Eric Erhardt authored and Kouhei Sutou committed 384a3b070ba
ARROW-5019: [C#] ArrowStreamWriter doesn't work on a non-seekable stream Allow ArrowStreamWriter to write to a non-seekable stream, like a network stream. @chutchinson @stephentoub @pgovind Author: Eric Erhardt <eric.erhardt@microsoft.com> Closes #4052 from eerhardt/WriteToNetworkStream and squashes the following commits: e7125bf8 <Eric Erhardt> PR feedback 7333b8cd <Eric Erhardt> ArrowStreamWriter doesn't work on a non-seekable stream