paleolimbot commented on PR #14277: URL: https://github.com/apache/arrow/pull/14277#issuecomment-1263919965
> I wonder if we should special-case lists of raw vectors. Probably...that bit of code is here and I can look into it next week: https://github.com/apache/arrow/blob/master/r/src/type_infer.cpp#L162-L175 > Conversely, what happens if a malformed blob object is processed here? This one is decent already (although doesn't give much context for where the error occurred). ``` r library(arrow, warn.conflicts = FALSE) #> Some features are not enabled in this build of Arrow. Run `arrow_info()` for more information. as_arrow_array(blob::new_blob(list(integer(), environment()))) #> Error: Invalid: invalid R type to convert to binary ``` -- 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]
