}
@Override
public void visit(LOSplitOutput split) throws VisitorException {
String scope = split.getOperatorKey().scope;
PhysicalOperator physOp = new POSplitOutput(new OperatorKey(scope, nodeGen
.getNextNodeId(scope)), split.getRequestedParallelism());
LogToPhyMap.put(split, physOp);
currentPlan.add(physOp);
currentPlans.push(currentPlan);