nealrichardson commented on PR #41223:
URL: https://github.com/apache/arrow/pull/41223#issuecomment-2070855593

   > Looks good though probably worth addressing [this 
comment](https://github.com/apache/arrow/pull/41223#issuecomment-2064355518) in 
a follow-up ticket perhaps?
   
   I don't think I can do any better than what it does now. With 
`single_transform2(x)` failing, there's not anything in that expression that 
would give away what is not supported, you have to step through the function, 
and it could be doing anything so IDK that looking for unsupported functions 
named within that would do much. And unfortunately the error that 
`stringr::str_to_sentence` raises isn't obvious either: if you set 
`options(arrow.debug=TRUE)`, the warning shown includes the actual error, 
saying: "Warning: In single_transform2(x), cannot coerce type 'environment' to 
vector of type 'character'; pulling data into R".


-- 
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]

Reply via email to