MazterQyou opened a new pull request, #1738: URL: https://github.com/apache/arrow-rs/pull/1738
# Which issue does this PR close? <!--- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> None. # Rationale for this change Casting Utf8 to Boolean is useful for comparison between the two types. Different Utf8 inputs might be implied as true or false Boolean type; the change implements conversion from strings [supported by PostgreSQL](https://www.postgresql.org/docs/current/datatype-boolean.html). # What changes are included in this PR? This PR implements Utf8 to Boolean cast, respecting the `cast_options.safe` value, and adds related tests. # Are there any user-facing changes? -- 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]
