-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Remove snapshot build restriction for match and qstr functions #114482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove snapshot build restriction for match and qstr functions #114482
Conversation
Pinging @elastic/es-analytical-engine (Team:Analytics) |
Hi @carlosdelest, I've created a changelog YAML for you. |
Pinging @elastic/kibana-esql (ES|QL-ui) |
Flagging with ESQL-UI as two new functions will be available: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The removal of the snapshot flag looks correct to me. Where do we say in docs that the functions are Tech Preview? Is it covered by "preview" : true
?
@elasticmachine test this please |
Am I correct in understanding that |
The release test CI failure us caused by an unrelated test failure: https://buildkite.com/elastic/elasticsearch-pull-request/builds/36049#01928140-b187-4821-bd89-e4c08c244e72/6-2132 This failure is tracked in #114135 |
@drewdaemon correct. Both |
@ChrisHegarty yes - you can see in the generated docs that there's a reference to the tech preview because of that. |
💔 Backport failedThe backport operation could not be completed due to the following error:
You can use sqren/backport to manually backport by running |
…ic#114482) (cherry picked from commit 7ad1a0c) # Conflicts: # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/EsqlFunctionRegistry.java
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
Includes
match
andqstr
functions in non-snapshot buids, in order to provide tech preview access for users.This removes checks on tests and lexer / parser grammar