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

handle exclusive out of bounds ranges on fastfield range queries #2174

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Sep 8, 2023

@adamreichold
Copy link
Collaborator

Typo in the commit message: "exlusive" instead of "exclusive".

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01% ⚠️

Comparison is base (e4e416a) 94.42% compared to head (3d7c1fd) 94.41%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2174      +/-   ##
==========================================
- Coverage   94.42%   94.41%   -0.01%     
==========================================
  Files         322      322              
  Lines       63207    63222      +15     
==========================================
+ Hits        59681    59690       +9     
- Misses       3526     3532       +6     
Files Changed Coverage Δ
src/query/range_query/range_query_u64_fastfield.rs 92.81% <100.00%> (+0.45%) ⬆️
src/schema/term.rs 91.69% <100.00%> (ø)

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@PSeitz PSeitz changed the title handle exlusive out of bounds ranges on fastfield range queries handle exclusive out of bounds ranges on fastfield range queries Sep 11, 2023
@PSeitz PSeitz merged commit 832f163 into main Sep 26, 2023
5 checks passed
@PSeitz PSeitz deleted the range_query_bounds branch September 26, 2023 06:00
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.

ES range query with malformed bounds causes searcher to panic
4 participants