Carlos O'Ryan created ARROW-15115:
-------------------------------------
Summary: [C++] GcsFileSystem *File classes fail to report errors
Key: ARROW-15115
URL: https://issues.apache.org/jira/browse/ARROW-15115
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Carlos O'Ryan
Reading and/or writing from or to closed files should fail, but does not. We
probably are not checking `stream.good()` (or `stream.bad()`) in the underlying
stream, or failing to check if the stream is closed.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)