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
I don't think all of them should work. Such as ones that mutate the array (repeat, remove, ...). But I'd expect many of the immutable functions to work such as has, length, element, and so on.
The text was updated successfully, but these errors were encountered:
Describe the bug
none of the scalar
array_
functions work onFixedSizeList
dtype.To Reproduce
given a table of
I should be able to use
array_*
functions on bothlist
andfixed_size_list
fieldsFull reproducible example here: https://gist.github.com/universalmind303/e2e59cd6d84656f5f20e78bd6e9c6c74
Expected behavior
Additional context
I don't think all of them should work. Such as ones that mutate the array (
repeat
,remove
, ...). But I'd expect many of the immutable functions to work such ashas
,length
,element
, and so on.The text was updated successfully, but these errors were encountered: