monkwire opened a new pull request, #5537:
URL: https://github.com/apache/arrow-rs/pull/5537
# Which issue does this PR close?
This issue addresses part of #5125.
# Rationale for this change
This PR moves the list handling logic from `arrow_cast::cast` into private
submodule `arrow_cast::cast::list`, making `arrow_cast::cast` smaller and more
manageable.
# What changes are included in this PR?
`arrow-rs/arrow-cast/src/cast.rs/` is now
`arrow-rs/arrow-cast/src/cast/mod.rs`. The list handling functions from
`arrow_cast::cast` now live in `arrow-rs/arrow-cast/src/cast/list.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]