-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-19851] Add new aggregates EVERY and ANY (SOME). #17194
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
|
@ptkool code wise this looks pretty good. I have one high level question. We could also use the exisiting |
|
ok to test |
|
@hvanhovell So you're saying |
|
Test build #74136 has finished for PR 17194 at commit
|
|
I am sorry I have flipped the pairs (I have updated the comment). We can use the ordering of booleans here, false is smaller than true. Let's say that we have column |
|
I think |
|
|
|
Test build #74141 has finished for PR 17194 at commit
|
|
@ptkool Please update the title to include the JIRA Id so that it can be linked to jira automatically. |
021cc85 to
5764f21
Compare
|
Test build #74447 has finished for PR 17194 at commit
|
|
Test build #74450 has finished for PR 17194 at commit
|
|
Test build #74457 has finished for PR 17194 at commit
|
|
Test build #74456 has finished for PR 17194 at commit
|
|
Test build #74478 has finished for PR 17194 at commit
|
|
Test build #74513 has finished for PR 17194 at commit
|
|
Test build #74522 has finished for PR 17194 at commit
|
|
Test build #74599 has finished for PR 17194 at commit
|
|
Test build #74600 has finished for PR 17194 at commit
|
|
Test build #74601 has finished for PR 17194 at commit
|
What changes were proposed in this pull request?
This pull request implements the EVERY and ANY aggregates.
How was this patch tested?
Testing was performed using unit tests, integration tests, and manual tests.