[ES|QL] Nested map expression support#234009
Conversation
|
Pinging @elastic/kibana-esql (Team:ESQL) |
💚 Build Succeeded
Metrics [docs]Async chunks
|
src/platform/packages/shared/kbn-esql-ast/src/parser/cst_to_ast_converter.ts
Outdated
Show resolved
Hide resolved
## Summary Partially addresses elastic#233705 ES|QL language has introduced grammar for nested maps. This PR adds support for nested map expressions, like: ``` { "foo": { "bar": 123 } } ``` in Kibana `@kbn/esql-ast` package. ### Checklist - [x] [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 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Removed the |
## Summary Partially addresses elastic#233705 ES|QL language has introduced grammar for nested maps. This PR adds support for nested map expressions, like: ``` { "foo": { "bar": 123 } } ``` in Kibana `@kbn/esql-ast` package. ### Checklist - [x] [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 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
## Summary Partially addresses elastic#233705 ES|QL language has introduced grammar for nested maps. This PR adds support for nested map expressions, like: ``` { "foo": { "bar": 123 } } ``` in Kibana `@kbn/esql-ast` package. ### Checklist - [x] [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 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Summary
Partially addresses #233705
ES|QL language has introduced grammar for nested maps. This PR adds support for nested map expressions, like:
in Kibana
@kbn/esql-astpackage.Checklist