-
Notifications
You must be signed in to change notification settings - Fork 666
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
Sum, max, min null value fix on non numeric column #1537
Conversation
Thank you! |
I added a few more details to the test. Unfortunately its not unfolding as expected. |
Thanks, sure I am reverifying. |
Hi @mathiasrw - Sorry, I need some help understanding the code. as i am new to the code base. I tried debugging and the below query.groupfn gives output. let's say we are doing SUM where is the given input values of sum happening in the code. |
Hi @mathiasrw, I am able to figure out the code and fix the issue. Please ignore the above comment Thanks, |
@gangadhargo So happy to hear that. Sorry that my response time has been so long. |
@mathiasrw No worries. I have almost fixed it. only one regression test failed. I am debugging it. |
Very impressive |
Released as part of v2.2.0 |
|
@unpete Thank you for this input! Its very critical. @gangadhargo Are you able to take a look at this right away? If not I might need to roll the change back and release again. This will break lots of things. Ill add this to the test in your branch |
I made a PR to your branch @gangadhargo gangadhargo#1 pull it in, and make a new PR to develop for this |
Reverting as this has created a breaking change. Lest work together in #1553 to solve this. The reverted version is now out as v2.2.1 |
sorry guys it was missed. Thanks, @unpete for pointing out this case. @mathiasrw I will work on this |
Thank you @gangadhargo Please start by merging gangadhargo#1 into your repo - and then make a new PR to this branch from yours referring to fixing #1553 |
Hi @mathiasrw
I tried to fix the following issues please verify and suggest if any changes are required.
#1533
#1532
#1531