Skip to content

Move time_series aggregation to aggregations module.#91356

Merged
elasticsearchmachine merged 4 commits intoelastic:mainfrom
martijnvg:move_time_series_agg_to_aggregations_module
Nov 8, 2022
Merged

Move time_series aggregation to aggregations module.#91356
elasticsearchmachine merged 4 commits intoelastic:mainfrom
martijnvg:move_time_series_agg_to_aggregations_module

Conversation

@martijnvg
Copy link
Copy Markdown
Member

This also drops the TimeSeries ceremonial interface.

Note that this change also moves a search cancellation test to aggregations module. It does so by creating a base search cancallation base class that both server and this module share.

Relates to #90283
Relates to #82273

This also drops the TimeSeries ceremonial interface.

Note that this change also moves a search cancellation test to aggregations module. It does so by creating a base search cancallation base class that both server and this module share.

Relates to elastic#90283
Relates to elastic#82273
@martijnvg martijnvg requested a review from nik9000 November 7, 2022 15:05
@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Nov 7, 2022
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-analytics-geo (Team:Analytics)

protected Collection<Class<? extends Plugin>> nodePlugins() {
List<Class<? extends Plugin>> plugins = new ArrayList<>(super.nodePlugins());
plugins.add(AggregationsPlugin.class);
return List.copyOf(plugins);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

probably fine to just return plugins?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This test also needs a plugin from the super class. This is the test plugin that allows for testing the cancellation.

@martijnvg martijnvg added the auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Nov 8, 2022
@elasticsearchmachine elasticsearchmachine merged commit 1e186bb into elastic:main Nov 8, 2022
@martijnvg martijnvg deleted the move_time_series_agg_to_aggregations_module branch November 8, 2022 17:28
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!) >non-issue Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.6.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants