-
Notifications
You must be signed in to change notification settings - Fork 25.6k
ES|QL: Add number of max branches for FORK #129834
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
Conversation
ChrisHegarty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
| private int randomSizeForCollection(Class<? extends Node<?>> toBuildClass) { | ||
| int minCollectionLength = 0; | ||
| int maxCollectionLength = 10; | ||
| int maxCollectionLength = 8; |
There was a problem hiding this comment.
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
|
serverless failures are unrelated to these changes |
#121950
Add an implementation limit on the number of FORK branches.