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

Expose min max on multi fast field reader #1096

Merged
merged 1 commit into from
Jun 23, 2021

Conversation

evanxg852000
Copy link
Collaborator

@evanxg852000 evanxg852000 commented Jun 23, 2021

Issue: as pointed out by @fmassot We want to avoid issues related to schema evolution in Quickwit. so currently fast fields are implicitly declared as multivalued.
We need the max/min value interface to be available for MultiValuedFastFieldReader as it is for FastFieldReader
Currently, we need it to allow us to perform the timestamp filtering optimization. That is when a split time range is already within the user query bound, we should not attach filtering.

@shikhar @PSeitz @fulmicoton
Fixes Bug & comments from the previous pr

@evanxg852000 evanxg852000 marked this pull request as draft June 23, 2021 08:15
@evanxg852000 evanxg852000 marked this pull request as ready for review June 23, 2021 08:17
@evanxg852000 evanxg852000 force-pushed the expose-min-max-on-multi-fast-field-reader branch from ea23142 to 4c454d7 Compare June 23, 2021 08:33
@fulmicoton fulmicoton merged commit c82cee6 into main Jun 23, 2021
@fulmicoton fulmicoton deleted the expose-min-max-on-multi-fast-field-reader branch June 23, 2021 08:38
@fulmicoton fulmicoton restored the expose-min-max-on-multi-fast-field-reader branch June 23, 2021 08:43
This was referenced Feb 18, 2022
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.

2 participants