You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: