You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Omega359
changed the title
Add support for Utf8View to array_to_string function
Add support for Utf8View to array_to_string, string_to_array functions
Nov 12, 2024
* Directly support utf8view in array_to_string & string_to_array. #13383
* Update to have output data type match input data type.
* Return type cleanup.
* Updated to properly handle returning largeutf8 + code refactor and a few more tests.
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
The text was updated successfully, but these errors were encountered: