-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Revert "Incorrectly merged AFTAggregator with zero total count" for branch-1.6 #13630
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
|
cc @jkbradley and @zzcclp |
|
Test build #60377 has finished for PR 13630 at commit
|
|
It seems this should be reverted first. Closing this for now (see #13619). |
|
@jkbradley I will leave this open just in case. Please feel free to do it yourself or merge this. |
|
Test build #60463 has finished for PR 13630 at commit
|
|
@mengxr @yanboliang Could you please take a look? The build against branch-1.6 is being failed due to this. |
|
ping @mengxr @yanboliang @jkbradley |
|
My apologies for the slow response. I just reverted it manually in commit 2f3e327 Thank you for pinging! Could you please close this issue, but send a follow up with the backport for branch-1.6? |
|
Sure! Thank you! |
What changes were proposed in this pull request?
#13619 was merged into master, branch-2.0 but branch-1.6 as well.
This is currently being failed due to the use of
sparkinstead ofsqlContextbut it even fails after changing this tosqlContext.It seems the reason is the behaviour was changed in 101663f.
How was this patch tested?
Jenkins tests.