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

Revert "Avoid bucket copies in Aggs (#110261)" #111758

Merged
merged 4 commits into from
Aug 9, 2024

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Aug 9, 2024

This reverts #110261 which we can't land until #111757 - we need to be sure that the equals implementations on subclasses of InternalAggregations is correct before this optimization is safe.

Closes #111679

This reverts elastic#110261 which we can't land until elastic#111757 - we need to be
sure that the `equals` implementations on subclasses of
`InternalAggregations` is correct before this optimization is safe.
@nik9000 nik9000 marked this pull request as ready for review August 9, 2024 15:27
@nik9000 nik9000 added the :Analytics/Aggregations Aggregations label Aug 9, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Aug 9, 2024
@elasticsearchmachine
Copy link
Collaborator

Hi @nik9000, I've created a changelog YAML for you.

Copy link
Member

@original-brownbear original-brownbear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM`

@nik9000 nik9000 added the auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Aug 9, 2024
@nik9000
Copy link
Member Author

nik9000 commented Aug 9, 2024

Thanks @original-brownbear !

@elasticsearchmachine elasticsearchmachine merged commit 6b88065 into elastic:main Aug 9, 2024
15 checks passed
@nik9000 nik9000 deleted the revert_avoid_copies branch August 9, 2024 17:23
@elasticsearchmachine
Copy link
Collaborator

💚 Backport successful

Status Branch Result
8.15

nik9000 added a commit to nik9000/elasticsearch that referenced this pull request Aug 9, 2024
This reverts elastic#110261 which we can't land until elastic#111757 - we need to be
sure that the `equals` implementations on subclasses of
`InternalAggregations` is correct before this optimization is safe.

Closes elastic#111679
elasticsearchmachine pushed a commit that referenced this pull request Aug 9, 2024
This reverts #110261 which we can't land until #111757 - we need to be
sure that the `equals` implementations on subclasses of
`InternalAggregations` is correct before this optimization is safe.

Closes #111679
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this pull request Sep 4, 2024
This reverts elastic#110261 which we can't land until elastic#111757 - we need to be
sure that the `equals` implementations on subclasses of
`InternalAggregations` is correct before this optimization is safe.

Closes elastic#111679
davidkyle pushed a commit to davidkyle/elasticsearch that referenced this pull request Sep 5, 2024
This reverts elastic#110261 which we can't land until elastic#111757 - we need to be
sure that the `equals` implementations on subclasses of
`InternalAggregations` is correct before this optimization is safe.

Closes elastic#111679
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Aggregations Aggregations auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) >bug Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.15.1 v8.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Aggregations: change_point agg does not return results when nested in categorize_text agg
3 participants