You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/03/10 08:55:00 UTC

[jira] [Created] (ARROW-15896) [C++] Add errno detail to filesystem-raised errors

Antoine Pitrou created ARROW-15896:
--------------------------------------

             Summary: [C++] Add errno detail to filesystem-raised errors
                 Key: ARROW-15896
                 URL: https://issues.apache.org/jira/browse/ARROW-15896
             Project: Apache Arrow
          Issue Type: Wish
          Components: C++, Python
            Reporter: Antoine Pitrou


Adding a conventional errno detail to filesystem-raised errors would allow the Python side to raise the proper subexception, such as {{FileNotFoundError}} for a non-existent path error (currently, a generic {{OSError}} is raised in Python).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)