You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Nicola Crane (Jira)" <ji...@apache.org> on 2022/08/09 13:04:00 UTC

[jira] [Created] (ARROW-17355) [R] Refactor the handle_* utility functions for a better dev experience

Nicola Crane created ARROW-17355:
------------------------------------

             Summary: [R] Refactor the handle_* utility functions for a better dev experience
                 Key: ARROW-17355
                 URL: https://issues.apache.org/jira/browse/ARROW-17355
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
            Reporter: Nicola Crane


In ARROW-15260, the utility functions for handling different kinds of reading errors (handle_parquet_io_error, handle_csv_read_error, and handle_augmented_field_misuse) were refactored so that multiple ones could be chained together. An issue with this is that other errors may be swallowed if they're used without any errors that they don't capture being raised manually afterwards.  We should update the code to prevent this from being possible.





--
This message was sent by Atlassian Jira
(v8.20.10#820010)