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

Introduce ApproximateRangeQuery and ApproximateableQuery #13788

Merged
merged 20 commits into from
Sep 2, 2024

Commits on May 22, 2024

  1. Initial draft to short circuit range queries

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed May 22, 2024
    Configuration menu
    Copy the full SHA
    95236d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Adding approximate point range query

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2a6d7bb View commit details
    Browse the repository at this point in the history
  2. Merge from main

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    37ef477 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    15fd737 View commit details
    Browse the repository at this point in the history
  2. Fix date histogram test

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ff8a2fd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. iter

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0f9b49b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into pointrange_optimization

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9c0a83b View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a98ac67 View commit details
    Browse the repository at this point in the history
  4. Fix last test

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ac29217 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Merge branch 'main' into pointrange_optimization

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b42fa37 View commit details
    Browse the repository at this point in the history
  2. Adding new tests

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    900a685 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into pointrange_optimization

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c238f62 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Merge branch 'main' into pointrange_optimization

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3304633 View commit details
    Browse the repository at this point in the history
  2. Addressing PR comments

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3d63ea0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Addressing more PR comments

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6a84549 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into pointrange_optimization

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8ae0461 View commit details
    Browse the repository at this point in the history
  3. Change cacheable to false

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fc0af5f View commit details
    Browse the repository at this point in the history
  4. Remove createWeigh

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    aa60388 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into pointrange_optimization

    Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
    harshavamsi authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2d3575b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into pointrange_optimization

    Signed-off-by: Michael Froh <[email protected]>
    msfroh authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7938e63 View commit details
    Browse the repository at this point in the history