Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.11] [ES|QL] Improve warning handling for messages without position…
…ing (#169066) (#169089) # Backport This will backport the following commits from `main` to `8.11`: - [[ES|QL] Improve warning handling for messages without positioning (#169066)](#169066) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Marco Liberati","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-17T11:33:56Z","message":"[ES|QL] Improve warning handling for messages without positioning (#169066)\n\n## Summary\r\n\r\nThis PR improves the warning unmarshalling for ES|QL providing support\r\nfor messages without positioning (`Line x:xx: ...`).\r\n\r\n<img width=\"438\" alt=\"Screenshot 2023-10-17 at 10 11 12\"\r\nsrc=\"https://github.com/elastic/kibana/assets/924948/4c9f2621-e4f8-4ea1-946a-0b6869946858\">\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\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":"d7b9a2ab719148bec97387b6153b4ac8fd3fe38c","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Visualizations","release_note:skip","backport:prev-minor","Feature:ES|QL","v8.12.0","v8.11.1"],"number":169066,"url":"https://github.com/elastic/kibana/pull/169066","mergeCommit":{"message":"[ES|QL] Improve warning handling for messages without positioning (#169066)\n\n## Summary\r\n\r\nThis PR improves the warning unmarshalling for ES|QL providing support\r\nfor messages without positioning (`Line x:xx: ...`).\r\n\r\n<img width=\"438\" alt=\"Screenshot 2023-10-17 at 10 11 12\"\r\nsrc=\"https://github.com/elastic/kibana/assets/924948/4c9f2621-e4f8-4ea1-946a-0b6869946858\">\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\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":"d7b9a2ab719148bec97387b6153b4ac8fd3fe38c"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/169066","number":169066,"mergeCommit":{"message":"[ES|QL] Improve warning handling for messages without positioning (#169066)\n\n## Summary\r\n\r\nThis PR improves the warning unmarshalling for ES|QL providing support\r\nfor messages without positioning (`Line x:xx: ...`).\r\n\r\n<img width=\"438\" alt=\"Screenshot 2023-10-17 at 10 11 12\"\r\nsrc=\"https://github.com/elastic/kibana/assets/924948/4c9f2621-e4f8-4ea1-946a-0b6869946858\">\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\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":"d7b9a2ab719148bec97387b6153b4ac8fd3fe38c"}},{"branch":"8.11","label":"v8.11.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Marco Liberati <[email protected]>
- Loading branch information