scovich commented on issue #8805: URL: https://github.com/apache/arrow-rs/issues/8805#issuecomment-3503066140
Seems reasonable. Do we want to introduce more granular cast options perhaps? * Strict (or not): values that cannot be converted produce an error (or null) * Lossy (or not): casts are allowed to lose information (or fail) * Converting (or not): conversions are allowed to convert to/from string (or fail) If we allow string conversions tho, then we need to get into locales, timestamp formats, etc. Very messy. -- 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]
