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

Move radians, signum, sin, sinh and sqrt functions to datafusion-functions crate #9882

Merged
merged 3 commits into from
Apr 2, 2024
Merged

Move radians, signum, sin, sinh and sqrt functions to datafusion-functions crate #9882

merged 3 commits into from
Apr 2, 2024

Conversation

erenavsarogullari
Copy link
Member

Which issue does this PR close?

Closes #9860.

What changes are included in this PR?

radians, signum, sin, sinh and sqrt functions are moved to datafusion-functions crate.

Are these changes tested?

Yes, all scalar.slt based radians, signum, sin, sinh and sqrt functions' tests are passed.

Are there any user-facing changes?

No

@github-actions github-actions bot added logical-expr Logical plan and expressions physical-expr Physical Expressions labels Mar 31, 2024
@erenavsarogullari erenavsarogullari changed the title Move Radians, Signum, Sin, Sinh, Sqrt functions to datafusion-functions crate Move radians, signum, sin, sinh and sqrt functions to datafusion-functions crate Mar 31, 2024
@erenavsarogullari erenavsarogullari changed the title Move radians, signum, sin, sinh and sqrt functions to datafusion-functions crate [WIP] Move radians, signum, sin, sinh and sqrt functions to datafusion-functions crate Mar 31, 2024
@erenavsarogullari erenavsarogullari marked this pull request as draft March 31, 2024 06:46
@github-actions github-actions bot added the sql SQL Planner label Mar 31, 2024
@erenavsarogullari erenavsarogullari changed the title [WIP] Move radians, signum, sin, sinh and sqrt functions to datafusion-functions crate Move radians, signum, sin, sinh and sqrt functions to datafusion-functions crate Apr 1, 2024
@erenavsarogullari erenavsarogullari marked this pull request as ready for review April 1, 2024 02:08
@erenavsarogullari
Copy link
Member Author

Current test failures due to #9891

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me -- thank you @erenavsarogullari 🙏

I took the liberty of merging up from main to get the CI passing on this PR

@alamb
Copy link
Contributor

alamb commented Apr 1, 2024

🤔 there seems to be one more CI failure related to this PR

@erenavsarogullari
Copy link
Member Author

Thanks for the review. CI failure has been addressed.

Copy link
Member

@Weijun-H Weijun-H left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @erenavsarogullari 👍

@alamb
Copy link
Contributor

alamb commented Apr 2, 2024

🚀 -- thanks @Weijun-H and @erenavsarogullari ❤️

@alamb alamb merged commit f5805b7 into apache:main Apr 2, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions physical-expr Physical Expressions sql SQL Planner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

move Radians, Signum, Sin, Sinh, Sqrt functions to datafusion-functions
3 participants