Skip to content

Commit

Permalink
sdlkjf
Browse files Browse the repository at this point in the history
  • Loading branch information
zachyee committed Aug 31, 2016
1 parent 6baccec commit 6e8721e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ List<PlanMatchingState> matches(PlanNode node, Session session, Metadata metadat

public PlanMatchPattern withAssignment(String pattern)
{
return with(new AssignmentMatcher(pattern));
return with(new ProjectNodeMatcher(pattern));
}

public PlanMatchPattern withSymbol(String pattern, String alias)
Expand Down

0 comments on commit 6e8721e

Please sign in to comment.