Skip to content

Commit cabf3a6

Browse files
Update changelog with more details
1 parent 28276d5 commit cabf3a6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/changelog/127636.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ issues:
77
breaking:
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

0 commit comments

Comments
 (0)