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
…y_filter (#42117)
### Rationale for this change
Completing the type coverage in array_take and array_filter.
### What changes are included in this PR?
Add support for `ListView` and `LargeListView` in `"array_take"`, `"array_filter"` and all the functions that indirectly rely on these to do their thing.
### Are these changes tested?
New test cases were added.
* GitHub Issue: #42116
Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
…d array_filter (apache#42117)
### Rationale for this change
Completing the type coverage in array_take and array_filter.
### What changes are included in this PR?
Add support for `ListView` and `LargeListView` in `"array_take"`, `"array_filter"` and all the functions that indirectly rely on these to do their thing.
### Are these changes tested?
New test cases were added.
* GitHub Issue: apache#42116
Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
Describe the bug, including details regarding any error messages, version, and platform.
You can't select values from a list-view-typed array.
Component(s)
C++
The text was updated successfully, but these errors were encountered: