-
Notifications
You must be signed in to change notification settings - Fork 784
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
nullif
panics on empty array
#3261
Comments
@tustvold In debugging, it looks like it still executes the closure in the bitwise unary operator once, and in my case it had 64 ones, so it incremented the valid count by 64. But then
|
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Dec 3, 2022
tustvold
added a commit
that referenced
this issue
Dec 3, 2022
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
To Reproduce
Run the above test. Observe a panic.
Expected behavior
No panic. Result should be an empty array.
Additional context
The text was updated successfully, but these errors were encountered: