Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The following functions do not support fixed size list (and should):
- list_flatten
- list_parent_indices (one could argue this doesn't need to be supported since this should be obvious and fixed_size_list doesn't have an indices array)
- list_value_length (should be easy)
For reference, the following functions do correctly consume fixed_size_list (there may be more, this isn't an exhaustive list):
- count
- drop_null
- is_null
- is_valid
Attachments
Issue Links
- is related to
-
ARROW-13945 [C++] fixed list support missing for binary_join
- Open
- links to