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.
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.