[ES|QL] Nested quoted column identifer parsing #189913
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:ES|QL
ES|QL related features in Kibana
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team:ESQL
ES|QL related features in Kibana
ES|QL grammar allows to quote each part of a column identifier separately, for example below kept column:
is equivalent to simply
a.b
unquoted column:But is not equivalent to:
What needs to be done:
a`.`b
.In our
column
node type, we need to introduce a list of column identifiers:The text was updated successfully, but these errors were encountered: