thisisnic commented on a change in pull request #12152:
URL: https://github.com/apache/arrow/pull/12152#discussion_r784890679
##########
File path: r/R/util.R
##########
@@ -209,5 +209,5 @@ handle_csv_read_error <- function(e, schema) {
))
}
- abort(e)
+ stop(e)
Review comment:
So I get a load of other tests failing if I use `abort()`, with the
following error:
```Error: Bullet names must be one of "i", "x", "v", "*", "!", ">", or "
".```
I think it's to do with the structure of object `e` in these cases.
I'll look into `call.=FALSE`; I suspect you're right but I want to work out
why first!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]