1
0
Fork 0

adding distribute node

This commit is contained in:
James 2014-10-21 11:05:11 +01:00
parent dc357b96bf
commit 6e934585f9
1 changed files with 2 additions and 1 deletions

View File

@ -230,7 +230,8 @@ struct Instanciator : public WalkerWorker<ExecutionNode> {
nodeType == ExecutionNode::REPLACE) {
root = eb;
}
else if (nodeType == ExecutionNode::SCATTER ||
else if (nodeType == ExecutionNode::DISTRIBUTE ||
nodeType == ExecutionNode::SCATTER ||
nodeType == ExecutionNode::GATHER) {
THROW_ARANGO_EXCEPTION_MESSAGE(TRI_ERROR_INTERNAL, "logic error, got cluster node in local query");
}