AdamGS commented on issue #8982:
URL: https://github.com/apache/arrow-rs/issues/8982#issuecomment-4290014401

   I've been looking into that and realized the the variant-specific casts 
don't allow truncating timestamps while arrow does allow some, I couldn't find 
any explicit reason why, and would be happy to take on it if that's the desired 
final behavior here.
   
   My motivation here is that I realized that we currently just pull 
`typed_value` only if the types match exactly, but theoretically we could cast 
it (when supported and according to `CastOptions`), which should be much faster 
than going through the row-wise builder.


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