Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…8028) # Backport This will backport the following commits from `main` to `8.16`: - [[ES|QL] detect the type of `COUNT(*)` (#197914)](#197914) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Drew Tate","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-28T15:31:48Z","message":"[ES|QL] detect the type of `COUNT(*)` (#197914)\n\n## Summary\r\n\r\nWe weren't properly detecting the type of the expression `COUNT(*)`. Now\r\nwe are!\r\n\r\nBefore:\r\n<img width=\"950\" alt=\"Screenshot 2024-10-25 at 4 38 08 PM\"\r\nsrc=\"https://github.com/user-attachments/assets/e9bd8d78-d0c8-4069-a818-5bf3486b925b\">\r\n\r\nAfter:\r\n<img width=\"1093\" alt=\"Screenshot 2024-10-25 at 4 35 44 PM\"\r\nsrc=\"https://github.com/user-attachments/assets/235c63dc-7d6c-49df-9adf-e225c4550a42\">\r\n\r\n\r\n### Checklist\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\r\n\r\nCo-authored-by: Stratoula Kalafateli <[email protected]>","sha":"a5f0c1916e6348d82306e14c772c66f195ae781e","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v7.9.0","v9.0.0","Feature:ES|QL","Team:ESQL","v8.16.0","backport:version","v8.17.0"],"title":"[ES|QL] detect the type of `COUNT(*)`","number":197914,"url":"https://github.com/elastic/kibana/pull/197914","mergeCommit":{"message":"[ES|QL] detect the type of `COUNT(*)` (#197914)\n\n## Summary\r\n\r\nWe weren't properly detecting the type of the expression `COUNT(*)`. Now\r\nwe are!\r\n\r\nBefore:\r\n<img width=\"950\" alt=\"Screenshot 2024-10-25 at 4 38 08 PM\"\r\nsrc=\"https://github.com/user-attachments/assets/e9bd8d78-d0c8-4069-a818-5bf3486b925b\">\r\n\r\nAfter:\r\n<img width=\"1093\" alt=\"Screenshot 2024-10-25 at 4 35 44 PM\"\r\nsrc=\"https://github.com/user-attachments/assets/235c63dc-7d6c-49df-9adf-e225c4550a42\">\r\n\r\n\r\n### Checklist\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\r\n\r\nCo-authored-by: Stratoula Kalafateli <[email protected]>","sha":"a5f0c1916e6348d82306e14c772c66f195ae781e"}},"sourceBranch":"main","suggestedTargetBranches":["7.9","8.16","8.x"],"targetPullRequestStates":[{"branch":"7.9","label":"v7.9.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197914","number":197914,"mergeCommit":{"message":"[ES|QL] detect the type of `COUNT(*)` (#197914)\n\n## Summary\r\n\r\nWe weren't properly detecting the type of the expression `COUNT(*)`. Now\r\nwe are!\r\n\r\nBefore:\r\n<img width=\"950\" alt=\"Screenshot 2024-10-25 at 4 38 08 PM\"\r\nsrc=\"https://github.com/user-attachments/assets/e9bd8d78-d0c8-4069-a818-5bf3486b925b\">\r\n\r\nAfter:\r\n<img width=\"1093\" alt=\"Screenshot 2024-10-25 at 4 35 44 PM\"\r\nsrc=\"https://github.com/user-attachments/assets/235c63dc-7d6c-49df-9adf-e225c4550a42\">\r\n\r\n\r\n### Checklist\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\r\n\r\nCo-authored-by: Stratoula Kalafateli <[email protected]>","sha":"a5f0c1916e6348d82306e14c772c66f195ae781e"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Drew Tate <[email protected]>
- Loading branch information