Skip to content

Commit de1b205

Browse files
committed
addded support to new query execution state "instantiating executors"
1 parent 5b1e73b commit de1b205

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: core/src/main/java/com/arangodb/entity/QueryExecutionState.java

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ public enum QueryExecutionState {
4141
@JsonProperty("instantiating plan")
4242
INSTANTIATING_PLAN,
4343

44+
@JsonProperty("instantiating executors")
45+
INSTANTIATING_EXECUTORS,
46+
4447
@JsonProperty("optimizing plan")
4548
OPTIMIZING_PLAN,
4649

0 commit comments

Comments
 (0)