Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Jun 20, 2023
1 parent b742a0f commit c90efa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processor/mapper/map_semi_masker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ std::unique_ptr<PhysicalOperator> PlanMapper::mapLogicalSemiMaskerToPhysical(
tableState->getSemiMask(), 0 /* initial mask idx */);
}
} break;
case PhysicalOperatorType::RECURSIVE_JOIN_PROPERTY_PROBE: {
case PhysicalOperatorType::PATH_PROPERTY_PROBE: {
auto recursiveJoin = (RecursiveJoin*)physicalOp->getChild(0);
for (auto& semiMask : recursiveJoin->getSharedState()->semiMasks) {
auto tableID = semiMask->getNodeTable()->getTableID();
Expand Down

0 comments on commit c90efa2

Please sign in to comment.