thisisnic commented on issue #37091: URL: https://github.com/apache/arrow/issues/37091#issuecomment-1671287382
For more context, the body of the failing test (with extraneous tests truncated out) in R is: ``` ext_array <- vctrs_extension_array(4) ext_scalar <- scalar(ext_array) expect_output(print(ext_scalar), "Scalar\n4") ``` Which converts an extension array to a scalar and then converts that to a string. -- 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]
