-
Notifications
You must be signed in to change notification settings - Fork 786
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
filter
kernel should work with FixedSizeListArrays
#1434
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1434 +/- ##
==========================================
+ Coverage 82.67% 82.69% +0.01%
==========================================
Files 185 186 +1
Lines 53822 53894 +72
==========================================
+ Hits 44500 44569 +69
- Misses 9322 9325 +3
Continue to review full report at Codecov.
|
cc @alamb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me -- thanks @viirya
list.as_any().downcast_ref::<Int32Array>().unwrap().values() | ||
); | ||
|
||
let filter_array = BooleanArray::from(vec![true, false, true]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for taking something other than the first element
Hi @viirya -- there appear to be some conflicts in this PR now. Can you resolve them so I can get it merged? |
Yea, let me resolve the conflicts. |
Which issue does this PR close?
Closes #1393.
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?