scovich opened a new issue, #8303:
URL: https://github.com/apache/arrow-rs/issues/8303

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   Timestamps recently gained support for strict-mode casting (error instead of 
NULL), as part of
   * https://github.com/apache/arrow-rs/issues/8155
   
   ... but no other data types have that support yet. Instead, they arbitrarily 
either return errors or produce `Variant::Null`.
    
   **Describe the solution you'd like**
   
   The behavior of a failed cast should be governed by the new 
`CastOptions::strict` flag.
   
   **Describe alternatives you've considered**
   
   The current status quo... isn't great.
   


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