Skip to content

Conversation

@ioanatia
Copy link
Contributor

@ioanatia ioanatia commented Jun 23, 2025

#121950
Add an implementation limit on the number of FORK branches.

@ioanatia ioanatia added >non-issue :Analytics/ES|QL AKA ESQL v9.1.0 Team:Search - Relevance The Search organization Search Relevance team labels Jun 23, 2025
Copy link
Contributor

@ChrisHegarty ChrisHegarty left a comment

Choose a reason for hiding this comment

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

LGTM

@ioanatia ioanatia marked this pull request as ready for review June 23, 2025 08:56
@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Jun 23, 2025
@elasticsearchmachine
Copy link
Collaborator

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

@elasticsearchmachine elasticsearchmachine removed the Team:Search - Relevance The Search organization Search Relevance team label Jun 23, 2025
private int randomSizeForCollection(Class<? extends Node<?>> toBuildClass) {
int minCollectionLength = 0;
int maxCollectionLength = 10;
int maxCollectionLength = 8;
Copy link
Contributor Author

@ioanatia ioanatia Jun 23, 2025

Choose a reason for hiding this comment

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

setting this to 8 for now which is the max number of FORK branches - I will follow up and improve this check so it's dependent on toBuildClass

@ioanatia
Copy link
Contributor Author

serverless failures are unrelated to these changes
I will merge this and not wait for a fix for the serverless checks, since this is PR is solving an issue marked as a blocker.

@ioanatia ioanatia merged commit 11ca4f6 into elastic:main Jun 23, 2025
32 of 33 checks passed
@ioanatia ioanatia mentioned this pull request Jun 23, 2025
23 tasks
kderusso pushed a commit to kderusso/elasticsearch that referenced this pull request Jun 23, 2025
julian-elastic pushed a commit to julian-elastic/elasticsearch that referenced this pull request Jun 24, 2025
mridula-s109 pushed a commit to mridula-s109/elasticsearch that referenced this pull request Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Analytics/ES|QL AKA ESQL >non-issue Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants