Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nevermore3 committed Sep 14, 2021
1 parent b3f8462 commit ce93dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/validator/GetSubgraphValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Status GetSubgraphValidator::validateYield(YieldClause* yield) {
}
auto size = yield->columns().size();
outputs_.reserve(size);
YieldColumns* newCols = qctx_->objPool()->add(new YieldColumns());
YieldColumns* newCols = pool->add(new YieldColumns());

for (const auto& col : yield->columns()) {
std::string lowerStr = col->expr()->toString();
Expand Down

0 comments on commit ce93dc1

Please sign in to comment.