Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
codesigner committed Dec 2, 2022
1 parent 46035f8 commit 37487a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/planner/match/MatchPlanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Status MatchPlanner::connectMatchPlan(SubPlan& queryPlan, MatchClauseContext* ma
auto it = matchCtx->aliasesAvailable.find(alias.first);
if (it != matchCtx->aliasesAvailable.end()) {
// Joined type should be same,
// If any type is kRuntime, leave the type check to runtime to check the type,
// If any type is kRuntime, leave the type check to runtime,
// Primitive types (Integer, String, etc.) or composite types(List, Map etc.)
// are deduced to kRuntime when cannot be deduced during planning.
if (it->second != alias.second && it->second != AliasType::kRuntime &&
Expand Down

0 comments on commit 37487a0

Please sign in to comment.