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.
Thanks for the interest in this issue. I think the description wasn't fully clear.
Currently the cast kernel in Arrow doesn't support casting string arrays of to binary, so my suggestion is to implement this. It should be pretty straightforward indeed to build an existing string array to a binary array.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Casting from utf8 to binary is missing.
Describe the solution you'd like
Implement cast for utf8(large) to binary(large).
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: