neilconway commented on PR #10010: URL: https://github.com/apache/arrow-rs/pull/10010#issuecomment-4538388313
> Does the existing code already handle error vs. NULL for strict vs. safe casting? Yes, I believe so (strict: parse failure -> error, safe: parse failure -> NULL). This PR just changes the behavior for empty string and whitespace-only inputs: these become parse failures rather than valid inputs, and they are handled according for strict vs safe mode. -- 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]
