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

modulo of division UDF #62

Merged
merged 1 commit into from
Jul 11, 2024
Merged

modulo of division UDF #62

merged 1 commit into from
Jul 11, 2024

Conversation

vgapeyev
Copy link
Contributor

Implemented by connecting to an existing kernel in Arrow.

Note that only mod(bigint, bigint) and mod(double, double) are currently marked as implemented-by: !rust, but all other overloads do execute, by invoking these two.
This is a general feature/bug that I noticed elsewhere as well and need to investigate separately -- any pointers / explanation are welcome, though.

@vgapeyev vgapeyev merged commit 9fa2501 into main Jul 11, 2024
1 check passed
@vgapeyev vgapeyev deleted the vlad/udf-mod branch July 11, 2024 17:17
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.

2 participants