-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Add ES|QL async delete API #103628
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
Add ES|QL async delete API #103628
Conversation
|
Documentation preview: |
|
Pinging @elastic/es-ql (Team:QL) |
|
Pinging @elastic/elasticsearch-esql (:Query Languages/ES|QL) |
|
Hi @ChrisHegarty, I've created a changelog YAML for you. |
|
@elasticmachine update branch |
|
@elasticmachine update branch |
|
@elasticmachine update branch |
...ernalClusterTest/java/org/elasticsearch/xpack/esql/action/AbstractPausableIntegTestCase.java
Show resolved
Hide resolved
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/async/AsyncResultsService.java
Show resolved
Hide resolved
dnhatn
left a comment
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.
Great work. Thanks @ChrisHegarty.
|
Sorry, I accidentally pressed the |
|
@elasticmachine update branch |
bpintea
left a comment
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.
nice!
This commit adds the ES|QL async delete API, to cancel running ES|QL queries and/or remove stored results.
relates: #102455