You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/04/11 17:46:53 UTC

[GitHub] [arrow] paleolimbot commented on issue #34826: [R] Modernize error handling

paleolimbot commented on issue #34826:
URL: https://github.com/apache/arrow/issues/34826#issuecomment-1503836950

   Agreed! We could probably get the class specific to something like `arrow_status_invalid` or `arrow_status_not_implemented`. We emit just about everything from here: https://github.com/apache/arrow/blob/main/r/src/arrow_types.h#L99-L117
   
   Probably we'd need an R function like `stop_for_status()` that calls `rlang::abort()` (and then call it from C++).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org