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