Closed
Description
Is your feature request related to a problem or challenge?
Currently the array_to_string and string_to_array functions do not directly support Utf8View type but rather casts it to Utf8. It would be good to support Utf8View directly
Describe the solution you'd like
array_to_string and string_to_array functions supports Utf8View directly without casts.
Describe alternatives you've considered
Leave as is.
Additional context
No response