-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conversation
Radians
, Signum
, Sin
, Sinh
, Sqrt
functions to datafusion-functions
crateradians
, signum
, sin
, sinh
and sqrt
functions to datafusion-functions
crate
radians
, signum
, sin
, sinh
and sqrt
functions to datafusion-functions
crateradians
, signum
, sin
, sinh
and sqrt
functions to datafusion-functions
crate
radians
, signum
, sin
, sinh
and sqrt
functions to datafusion-functions
crateradians
, signum
, sin
, sinh
and sqrt
functions to datafusion-functions
crate
Current test failures due to #9891 |
There was a problem hiding this 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
🤔 there seems to be one more CI failure related to this PR |
Thanks for the review. CI failure has been addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @erenavsarogullari 👍
🚀 -- thanks @Weijun-H and @erenavsarogullari ❤️ |
Which issue does this PR close?
Closes #9860.
What changes are included in this PR?
radians
,signum
,sin
,sinh
andsqrt
functions are moved todatafusion-functions
crate.Are these changes tested?
Yes, all
scalar.slt
basedradians
,signum
,sin
,sinh
andsqrt
functions' tests are passed.Are there any user-facing changes?
No