You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried a rudimentary approach of an RExtensionScalar subclass but didn't get anywhere because Scalar::ToString() is not virtual (i.e., I can't provide a more reasonable method without exposing an additional R6 class at the R level).
This has been merged pointing to the original issue. I am closing the issue manually. Should we update the merge script to not allow merging issues pointing to JIRA so we have to update the titles? I already created a PR to update the title check on the PR: #33611
In the course of updating documentation, I noticed that it is possible to create an Arrow array of POSIXlt objects from R, but not a scalar.
#14514 (comment)
This works:
This fails:
It's possible to manually convert a POSIXlt object to a struct scalar like this:
although this does not seem precisely the same as the behaviour of Array$create() which creates an extension type?
It was unclear to us ( @thisisnic and myself) whether the current behaviour was desirable, so it seemed sensible to open an issue!
Related issue:
https://issues.apache.org/jira/browse/ARROW-18263
Reporter: Danielle Navarro / @djnavarro
Assignee: Dewey Dunnington / @paleolimbot
PRs and other links:
Note: This issue was originally created as ARROW-18337. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: