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 composite agg sort bug (backport of #53296) #53337

Merged
merged 3 commits into from
Mar 10, 2020

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Mar 10, 2020

When an composite aggregation is run against an index with a sort that
starts with the "source" fields from the composite but has additional
fields it'd blow up in while trying to decide if it could use the sort.
This changes it to decide that it can use the sort.

Closes #52480

nik9000 added 2 commits March 10, 2020 09:32
When an composite aggregation is run against an index with a sort that
*starts* with the "source" fields from the composite but has additional
fields it'd blow up in while trying to decide if it could use the sort.
This changes it to decide that it *can* use the sort.

Closes elastic#52480
@nik9000 nik9000 changed the title Fix composite agg sort bug (#53296) Fix composite agg sort bug (backport of #53296) Mar 10, 2020
@nik9000 nik9000 merged commit 89c0e1f into elastic:7.x Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant