We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Reporter: Weston Pace / @westonpace Assignee: David Li / @lidavidm
Note: This issue was originally created as ARROW-13877. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered:
Antoine Pitrou / @pitrou: Issue resolved by pull request 11127 #11127
Sorry, something went wrong.
lidavidm
No branches or pull requests
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
Reporter: Weston Pace / @westonpace
Assignee: David Li / @lidavidm
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-13877. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: