Skip to content
New issue

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

[C++] Added support for fixed sized list to compute functions that process lists #29495

Closed
asfimport opened this issue Sep 3, 2021 · 1 comment
Assignees
Milestone

Comments

@asfimport
Copy link
Collaborator

asfimport commented Sep 3, 2021

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.

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
Issue resolved by pull request 11127
#11127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants