monkwire opened a new pull request, #5563: URL: https://github.com/apache/arrow-rs/pull/5563
# Which issue does this PR close? Closes #5125 . # Rationale for this change This PR moves the string handling logic from `arrow_cast::cast` into private submodule `arrow_cast::cast::string`, making `arrow_cast::cast` smaller and more manageable. # What changes are included in this PR? The string handling functions from `arrow_cast::cast` now live in `arrow_cast::cast::string`, which is located at `arrow-cast/src/cast/string.rs`. # Are there any user-facing changes? No -- 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]
