Skip to content
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

Fix a query bug in average()/sum() #3356

Merged
merged 2 commits into from Aug 21, 2019
Merged

Fix a query bug in average()/sum() #3356

merged 2 commits into from Aug 21, 2019

Conversation

ironage
Copy link
Contributor

@ironage ironage commented Aug 19, 2019

Fixed a bug where the reported match value was incorrect in some cases. This affects, sum() and average() query functions. This does not affect find_first() or find_all() because the index of the match is correct.
I thought this was only reproducible on 32 bit, but I got the added test to fail on 64 bit machines as well.

@ironage ironage added the T-Bug label Aug 19, 2019
@ironage ironage self-assigned this Aug 19, 2019
@ironage ironage requested a review from jedelbo August 19, 2019 19:59
@ironage ironage changed the title Testing Fix a query bug in average()/sum() Aug 19, 2019
Copy link
Contributor

@jedelbo jedelbo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@ironage ironage merged commit acbc77e into master Aug 21, 2019
@ironage ironage deleted the js/32-bit-query-equality branch August 21, 2019 16:55
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants