Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Nov 23, 2021
1 parent 4d20ec8 commit 3ade797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/parser.yy
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,6 @@ yield_column
}
| expression {
if (graph::ExpressionUtils::checkVarExprIfExist($1)) {
delete $3;
throw nebula::GraphParser::syntax_error(@1, "Direct output of variable is prohibited");
}
$$ = new YieldColumn($1);
Expand Down

0 comments on commit 3ade797

Please sign in to comment.