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

Remove istrue, isfalse vectorized impls. #14991

Merged

Conversation

gianm
Copy link
Contributor

@gianm gianm commented Sep 14, 2023

These were added in #14977, but the implementations are incorrect, because they return null when the input arg is null. They should return false when the input is null. Remove them for now, rather than fixing them, since they're so new that they might as well never have existed.

These were added in apache#14977, but the implementations are incorrect, because
they return null when the input arg is null. They should return false when
the input is null. Remove them for now, rather than fixing them, since
they're so new that they might as well never have existed.
@gianm gianm added the Bug label Sep 14, 2023
@gianm gianm added this to the 28.0 milestone Sep 19, 2023
@abhishekagarwal87 abhishekagarwal87 merged commit 0850e61 into apache:master Sep 25, 2023
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants