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 agg result on empty index #4449

Merged
merged 3 commits into from
Jan 25, 2024
Merged

fix agg result on empty index #4449

merged 3 commits into from
Jan 25, 2024

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Jan 24, 2024

empty indices return empty intermediate aggregation results. To get the
correct result structure we need to call into_final instead of early exit.

fixes #4437

empty indices return empty intermediate aggregation results. To get the
correct result structure we need to call `into_final` instead of early exit.

fixes #4437
@PSeitz PSeitz enabled auto-merge (squash) January 25, 2024 00:54
@PSeitz PSeitz merged commit 376df71 into main Jan 25, 2024
4 checks passed
@PSeitz PSeitz deleted the check_empty_index_agg branch January 25, 2024 01:02
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.

Missing aggregation in response for index with no documents (Unsure if it is a bug)
2 participants