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 bug for FILTER with negated expressions #1587

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 25, 2024

  1. Fix bug for FILTER with negated expressions

    For expression results represented as a set of intervals, negation can
    lead to an "infinitely" large interval end. This was not adequately
    handled in the implementation of `FILTER`, which led to a
    `vector::reserve` exception. This is now fixed. Use the occasion to
    improve the documentation of the code.
    Hannah Bast committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    253d5b7 View commit details
    Browse the repository at this point in the history