-
Notifications
You must be signed in to change notification settings - Fork 33
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
"Value overflow in a SUM aggregate" with HASH fields #85
Comments
@StuartMiddleton Thanks for reporting this. And sorry for the late response. I'm embarrassed to come back to this after 3 months... Do you have more information to give, like in which database did you encounter this? |
@stumelius I'm sure that it will be easily repeatable using the standard hash function against any test dataset. |
@StuartMiddleton Thanks for the additional info, I think I get the gist now. Like you said, it should be straightforward to reproduce this error. Are you still working with the profiler? Would you be interested in contributing a fix? :) |
@stumelius I'm not against doing a fix, but it's very dependent upon my workload (which at present is high). So, I'm willing, but may not be able. |
I feel you. I'm in a similar boat... Let's leave this here for now and when either of us has the bandwidth, we'll get back to it |
As title indicates, the use of a hash generates a value overflow. Switching to MD5 runs fine.
The text was updated successfully, but these errors were encountered: