Skip to content
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

[BUG] DROP INDEX should handle the case no job running #2224

Closed
penghuo opened this issue Oct 5, 2023 · 0 comments
Closed

[BUG] DROP INDEX should handle the case no job running #2224

penghuo opened this issue Oct 5, 2023 · 0 comments
Labels
bug Something isn't working v2.11.0 Issues targeting release v2.11.0

Comments

@penghuo
Copy link
Collaborator

penghuo commented Oct 5, 2023

What is the bug?

  • create index
create skipping index on mys3.default.http_logs (status VALUE_SET)
  • drop index
drop skipping index on mys3.default.http_logs
  • error response
{
  "status": 400,
  "error": {
    "type": "IllegalArgumentException",
    "reason": "Invalid Request",
    "details": "Couldn\u0027t cancel the queryId: 00fdo5q3ik0lqo0q due to Job run is not in a cancellable state (Service: AWSEMRServerless; Status Code: 400; Error Code: ValidationException; Request ID: 7ff2f63c-685e-489f-8294-6154fbae2c26; Proxy: null)"
  }
}
@penghuo penghuo added bug Something isn't working untriaged and removed untriaged labels Oct 5, 2023
@penghuo penghuo added v2.11.0 Issues targeting release v2.11.0 and removed untriaged labels Oct 5, 2023
@penghuo penghuo closed this as completed Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v2.11.0 Issues targeting release v2.11.0
Projects
None yet
Development

No branches or pull requests

1 participant