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

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

     [ https://issues.apache.org/jira/browse/ARROW-17355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicola Crane resolved ARROW-17355.
----------------------------------
    Resolution: Fixed

Issue resolved by pull request 14030
[https://github.com/apache/arrow/pull/14030]

> [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
>            Assignee: Nicola Crane
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 10.0.0
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> 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)