Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split arrow_cast::cast::string into it's own submodule #5563

Merged
merged 5 commits into from
Apr 3, 2024

Conversation

monkwire
Copy link
Contributor

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

@github-actions github-actions bot added the arrow Changes to the arrow crate label Mar 28, 2024
@monkwire monkwire marked this pull request as draft March 29, 2024 14:03
@monkwire monkwire marked this pull request as ready for review April 1, 2024 20:57
arrow-cast/src/cast/string.rs Outdated Show resolved Hide resolved
@tustvold
Copy link
Contributor

tustvold commented Apr 3, 2024

Sorry for the delay, been traveling and was then sick for a few days

@monkwire
Copy link
Contributor Author

monkwire commented Apr 3, 2024

No worries at all. Hope you feel better!

@tustvold tustvold merged commit 40409e4 into apache:master Apr 3, 2024
25 checks passed
@monkwire monkwire deleted the splitarrow_caststring branch April 3, 2024 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split up arrow_cast::cast
2 participants