-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-24408][SQL][DOC] Move abs function to math_funcs group #21448
[SPARK-24408][SQL][DOC] Move abs function to math_funcs group #21448
Conversation
…to math_funcs group
Test build #91247 has finished for PR 21448 at commit
|
Test build #91250 has finished for PR 21448 at commit
|
|
If it’s ok I’ll take a quick look at this on Friday as discussed with Jacek. |
I'd only move abs and nothing else. |
So, I personally don't have strong feelings about which groups these functions should be in, but just a reminder we should unify with PySpark with whatever our decision is. In PySpark bitwiseNot is under math, abs is currently grouped with some string operators. Less important since its just code organization there but while were thinking about it anyways. |
@jaceklaskowski how would you feel about just moving abs as suggested by @rxin? |
Cool, let me know when you get a chance to update the PR @jaceklaskowski :) |
d11dbb9
to
2bbc750
Compare
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
Merged to master |
Test build #92437 has finished for PR 21448 at commit
|
Test build #92438 has finished for PR 21448 at commit
|
What changes were proposed in this pull request?
A few math functions (
abs
,bitwiseNOT
,isnan
,nanvl
) are not in math_funcs group. They should really be.How was this patch tested?
Awaiting Jenkins