File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 77breaking :
88 title : Disallow mixed quoted/unquoted patterns in FROM
99 area : ES|QL
10- details : Please describe the details of this change for the release notes. You can
11- use asciidoc.
12- impact : Please describe the impact of this change to users
10+ details : " Previously, the ES|QL grammar allowed users to individually quote constituent strings in index patterns\
11+ \ such as \" remote_cluster\" :\" index_name\" . This would allow users to write complex malformed index patterns\
12+ \ that often slip through grammar and the subsequent validation. This could result in runtime errors\
13+ \ that can be misleading. This change simplifies the grammar to early reject such malformed index patterns\
14+ \ at the parsing stage, allowing users to write simpler queries and see more relevant and meaningful\
15+ \ errors."
16+ impact : " Users can write queries with simpler index patterns and see more meaningful and relevant errors."
1317 notable : false
You can’t perform that action at this time.
0 commit comments