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

Remove redundant implementation of StringArrayType #6743

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

tlm365
Copy link
Contributor

@tlm365 tlm365 commented Nov 17, 2024

Which issue does this PR close?

Closes #.

Rationale for this change

StringArrayType now moved from [arrow-string] to [arrow-array] for general usage (since #6720). This PR cleans up the previous implementation.

What changes are included in this PR?

Are there any user-facing changes?

I'm not sure but maybe this could potentially be marked as API breaking change. Due to we have public the old implementation since #6376, it's possible that downstream users have used it.

@github-actions github-actions bot added the arrow Changes to the arrow crate label Nov 17, 2024
@tlm365 tlm365 marked this pull request as ready for review November 17, 2024 02:30
@@ -150,39 +151,6 @@ fn like_op(op: Op, lhs: &dyn Datum, rhs: &dyn Datum) -> Result<BooleanArray, Arr
}
}

/// A trait for Arrow String Arrays, currently three types are supported:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we could add a pub use to avoid this being a breaking change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh nice, I didn't even know that was possible. TYSM.

@tustvold tustvold merged commit 84cf0d9 into apache:master Nov 17, 2024
18 checks passed
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.

2 participants