You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "monkwire (via GitHub)" <gi...@apache.org> on 2024/03/26 04:13:48 UTC

[PR] Split arrow_cast::cast::dictionary into it's own submodule [arrow-rs]

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Split arrow_cast::cast::dictionary into it's own submodule [arrow-rs]

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold merged PR #5555:
URL: https://github.com/apache/arrow-rs/pull/5555


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org