-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-15206][SQL] add testcases for distinct aggregate in having clause #12984
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
|
Ok to test |
|
Test build #2976 has finished for PR 12984 at commit
|
|
@cloud-fan Please see if we should add these test cases to 2.0 branch. It is related to the distinct aggregate in having clause. Thanks! |
|
retest this please |
|
LGTM, pending jenkins |
|
Test build #58952 has finished for PR 12984 at commit
|
|
@cloud-fan I rebased my local branch and pushed again. |
…lowing up PR12974
…ause following up PR12974" This reverts commit 98a1f804d7343ba77731f9aa400c00f1a26c03fe.
|
@cloud-fan Please help kickoff the retest please? |
|
retest this please |
1 similar comment
|
retest this please |
|
Test build #59071 has finished for PR 12984 at commit
|
|
retest this please |
|
Test build #59072 has finished for PR 12984 at commit
|
|
thanks, merging to master and 2.0! |
## What changes were proposed in this pull request? Add new test cases for including distinct aggregate in having clause in 2.0 branch. This is a followup PR for [#12974](#12974), which is for 1.6 branch. Author: xin Wu <[email protected]> Closes #12984 from xwu0226/SPARK-15206. (cherry picked from commit df9adb5) Signed-off-by: Wenchen Fan <[email protected]>
What changes were proposed in this pull request?
Add new test cases for including distinct aggregate in having clause in 2.0 branch.
This is a followup PR for #12974, which is for 1.6 branch.