Skip to content

[8.19] [ES|QL] Fixes rename wrong validation for asterisc in name (#219832)#220194

Merged
kibanamachine merged 1 commit intoelastic:8.19from
kibanamachine:backport/8.19/pr-219832
May 6, 2025
Merged

[8.19] [ES|QL] Fixes rename wrong validation for asterisc in name (#219832)#220194
kibanamachine merged 1 commit intoelastic:8.19from
kibanamachine:backport/8.19/pr-219832

Conversation

@kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 8.19:

Questions ?

Please refer to the Backport tool documentation

…19832)

## Summary

Removes the wildcard validation to fix wrong validation like that:

<img width="844" alt="image"
src="https://github.com/user-attachments/assets/c71ee9a9-539a-40a4-b467-2bedf0111ae5"
/>

This scenario

```
FROM logst* | RENAME agent* AS meow
```

fails already so we are ok I think

### Checklist
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

(cherry picked from commit f5afb22)
@kibanamachine kibanamachine added the backport This PR is a backport of another PR label May 6, 2025
@kibanamachine kibanamachine enabled auto-merge (squash) May 6, 2025 06:54
@kibanamachine kibanamachine merged commit 98ab523 into elastic:8.19 May 6, 2025
11 checks passed
@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Metrics [docs]

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
kbnUiSharedDeps-srcJs 3.6MB 3.6MB -260.0B

cc @stratoula

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

3 participants