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
get_wider_type has support for (LargeUtf8, Utf8) and (Utf8, LargeUtf8) however it's missing support for (LargeUtf8, Utf8View) and (Utf8View, LargeUtf8)
To Reproduce
No response
Expected behavior
get_wider_type properly handles utf8view
Additional context
No response
The text was updated successfully, but these errors were encountered:
It turns out the only user of get_wider_type as noted by @jayzhan211 and @Omega359 in #13370 (comment)
So this ticket is really "ensure Utf8View works with array_concat
Describe the bug
get_wider_type has support for (LargeUtf8, Utf8) and (Utf8, LargeUtf8) however it's missing support for (LargeUtf8, Utf8View) and (Utf8View, LargeUtf8)
To Reproduce
No response
Expected behavior
get_wider_type properly handles utf8view
Additional context
No response
The text was updated successfully, but these errors were encountered: