jonkeane commented on pull request #12402:
URL: https://github.com/apache/arrow/pull/12402#issuecomment-1080689370
> @jonkeane what do you think? Is the type of the object returned by
strptime of concern? base::strptime() returns a list (POSIXlt), while the Arrow
one returns an atomic vector. We hadn't caught this before as the unit tests
for strptime did not compare the {dplyr} and {arrow} pipelines.
There are a few comments about this in the tests that reference this — I
don't think it was unknown. POSIXlt is pretty unique to R (I'm sure there were
other languages that have similar types), but they aren't super wide-spread,
and Arrow doesn't support them directly (though you can see in the R package we
make a (pseudo)-extension class for them).
--
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]