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 wrong assert failure in the index scan #667

Merged
merged 2 commits into from
May 15, 2022

Conversation

joka921
Copy link
Member

@joka921 joka921 commented May 15, 2022

An assertion wrongly failed under certain circumstances when scanning with two fixed elements and an empty result.

Also added a unit test for this case in IndexTest.cpp with an extended description of the bug.

This fixes #474

An assertion wrongly failed under certain circumstances when scanning with two fixed elements and an empty result.

Also added a unit test for this case in IndexTest.cpp with an extended description of the bug.
Copy link
Member

@hannahbast hannahbast left a comment

Choose a reason for hiding this comment

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

Great, thanks!

@hannahbast hannahbast changed the title Fix a false-positive assertion failure in the index scan Fix a wrong assert failure in the index scan May 15, 2022
@hannahbast hannahbast merged commit bcd5141 into ad-freiburg:master May 15, 2022
@joka921 joka921 deleted the fixWrongAssertion branch May 30, 2022 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assert failed
2 participants