Skip to content

The "KILLED" value is missing from the QueryExecutionState enum #390

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

Closed
OlivierSohn opened this issue May 6, 2021 · 1 comment · Fixed by #391
Closed

The "KILLED" value is missing from the QueryExecutionState enum #390

OlivierSohn opened this issue May 6, 2021 · 1 comment · Fixed by #391
Labels

Comments

@OlivierSohn
Copy link
Contributor

Hello,

The enum QueryExecutionState should be updated to contain the KILLED value like in the corresponding C++ enum.

This missing enum value causes this line to throw this exception:

com.arangodb.ArangoDBException: com.arangodb.velocypack.exception.VPackParserException: java.lang.IllegalArgumentException: No enum constant com.arangodb.entity.QueryExecutionState.KILLED

Thanks.

@rashtao rashtao added the bug label May 7, 2021
@OlivierSohn OlivierSohn changed the title The "Killed" value is missing from the QueryExecutionState enum The "KILLED" value is missing from the QueryExecutionState enum May 8, 2021
@OlivierSohn
Copy link
Contributor Author

I'm proposing a PR for this issue. Since I'm a first time contributor, I would need a maintainer to allow the CI workflow to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants