[ES|QL] Add FORK with KEEP/STATS in the transformational commands#240011
Merged
stratoula merged 1 commit intoelastic:mainfrom Oct 22, 2025
Merged
[ES|QL] Add FORK with KEEP/STATS in the transformational commands#240011stratoula merged 1 commit intoelastic:mainfrom
stratoula merged 1 commit intoelastic:mainfrom
Conversation
Contributor
|
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
Contributor
|
Pinging @elastic/kibana-esql (Team:ESQL) |
NicholasPeretti
pushed a commit
to NicholasPeretti/kibana
that referenced
this pull request
Oct 27, 2025
…astic#240011) ## Summary Yesterday I was playing with FORK and discovered that in Discover we are trying to display the histogram if all branches are transformational while we shouldn't. This PR updates the helper to take this scenario under consideration. **Before** <img width="2814" height="1066" alt="image" src="https://github.com/user-attachments/assets/282ea349-6453-41cc-ae6c-fcd343b3d6c7" /> **After** <img width="1514" height="723" alt="image" src="https://github.com/user-attachments/assets/ec881ce4-84df-4799-9d80-3e05a8cc6122" /> ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Yesterday I was playing with FORK and discovered that in Discover we are trying to display the histogram if all branches are transformational while we shouldn't.
This PR updates the helper to take this scenario under consideration.
Before

After

Checklist