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

feat(arrow/compute): make is_nan dispatchable #177

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

zeroshade
Copy link
Member

@zeroshade zeroshade commented Oct 25, 2024

Currently the is_nan compute kernel is a MetaFunction which cannot be dispatched via kernel dispatch making it only usable via calling it directly with CallFunction. By shifting it to be a proper function instead of a MetaFunction this improves its compatibility and makes it able to be dispatched and thus called through the substrait interface in the exprs package.

@lidavidm
Copy link
Member

is_null, or is_nan?

@zeroshade
Copy link
Member Author

oops you're right, mis-named the PR, it's is_nan

@zeroshade zeroshade changed the title feat(arrow/compute): make is_null dispatchable feat(arrow/compute): make is_nan dispatchable Oct 28, 2024
@zeroshade zeroshade merged commit f0c5d99 into apache:main Oct 29, 2024
24 checks passed
@zeroshade zeroshade deleted the is-nan-no-meta branch October 29, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants