You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Carlos O'Ryan (Jira)" <ji...@apache.org> on 2021/12/15 14:09:00 UTC

[jira] [Created] (ARROW-15115) [C++] GcsFileSystem *File classes fail to report errors

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)