apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.62k stars 802 forks source link

Remove redundant implementation of `StringArrayType` #6743

Closed tlm365 closed 4 days ago

tlm365 commented 5 days ago

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.