Optimize `split_part` for `Utf8`, `LargeUtf8` input to avoid copying
Open
bug
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
### Describe the bug
If we changed `split_part` to always return `Utf8View`, we could apply the optimization from #21420 to more cases.
### To Reproduce
_No response_
### Expected behavior
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.