-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-6851] [SQL] function least/greatest follow up #7387
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
Conversation
|
Test build #37186 has finished for PR 7387 at commit
|
|
Test build #37195 has finished for PR 7387 at commit
|
|
retest this please. |
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.
i think it's also important to explicitly say that "least value of all parameters, skipping null values".
|
Test build #10 has finished for PR 7387 at commit
|
|
Test build #37201 has finished for PR 7387 at commit
|
|
Thanks - merging this. |
|
Test build #37216 has finished for PR 7387 at commit
|
This is a follow up of remaining comments from #6851 Author: Daoyuan Wang <[email protected]> Closes #7387 from adrian-wang/udflgfollow and squashes the following commits: 6163e62 [Daoyuan Wang] add skipping null values e8c2e09 [Daoyuan Wang] use seq 8362966 [Daoyuan Wang] pr6851 follow up
|
@adrian-wang can you close this ticket? I believe it has been merged already but github is having issue with pr closure. |
This is a follow up of remaining comments from #6851