Commits


Antoine Pitrou authored and Wes McKinney committed dd29b04cb84
ARROW-6300: [C++] Add Abort() method to streams This is a quick-close method that does not guarantee it will flush any pending data, just deallocate ressources held up by the stream. Closes #5274 from pitrou/ARROW-6300-stream-abort and squashes the following commits: 6d33a4a10 <Antoine Pitrou> ARROW-6300: Add Abort() method to streams Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Wes McKinney <wesm+git@apache.org>