-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [ES|QL] `JOIN` command Traversal API and prety-printi…
…ng support (#202750) (#203209) # Backport This will backport the following commits from `main` to `8.x`: - [[ES|QL] `JOIN` command Traversal API and prety-printing support (#202750)](#202750) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Vadim Kibana","email":"82822460+vadimkibana@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-12-06T07:44:23Z","message":"[ES|QL] `JOIN` command Traversal API and prety-printing support (#202750)\n\n## Summary\r\n\r\nPartially addresses https://github.com/elastic/kibana/issues/200858\r\n\r\n- Add support for the new `JOIN` command and `AS` expression in\r\nTraversal API: `Walker` and `Visitor`\r\n- Adds support for the new `JOIN`command and `AS` expression in the\r\npretty-printer.\r\n- Fixes some parser bugs related to the `JOIN` command.\r\n\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"79c0827128a42b6c9bb198c557b6c4c093d6bbfa","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["review","release_note:skip","v9.0.0","backport:prev-minor","Feature:ES|QL","Team:ESQL","v8.18.0"],"title":"[ES|QL] `JOIN` command Traversal API and prety-printing support","number":202750,"url":"https://github.com/elastic/kibana/pull/202750","mergeCommit":{"message":"[ES|QL] `JOIN` command Traversal API and prety-printing support (#202750)\n\n## Summary\r\n\r\nPartially addresses https://github.com/elastic/kibana/issues/200858\r\n\r\n- Add support for the new `JOIN` command and `AS` expression in\r\nTraversal API: `Walker` and `Visitor`\r\n- Adds support for the new `JOIN`command and `AS` expression in the\r\npretty-printer.\r\n- Fixes some parser bugs related to the `JOIN` command.\r\n\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"79c0827128a42b6c9bb198c557b6c4c093d6bbfa"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202750","number":202750,"mergeCommit":{"message":"[ES|QL] `JOIN` command Traversal API and prety-printing support (#202750)\n\n## Summary\r\n\r\nPartially addresses https://github.com/elastic/kibana/issues/200858\r\n\r\n- Add support for the new `JOIN` command and `AS` expression in\r\nTraversal API: `Walker` and `Visitor`\r\n- Adds support for the new `JOIN`command and `AS` expression in the\r\npretty-printer.\r\n- Fixes some parser bugs related to the `JOIN` command.\r\n\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"79c0827128a42b6c9bb198c557b6c4c093d6bbfa"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Vadim Kibana <82822460+vadimkibana@users.noreply.github.com>
- Loading branch information
1 parent
d2a78a9
commit 9db2f95
Showing
18 changed files
with
607 additions
and
28 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.