CompilerUtils.addEmptyBagOuterJoin(ep, op.getSchema(i));
}
flat.add(true);
}
POForEach fe = new POForEach(new OperatorKey(scope,nig.getNextNodeId(scope)), -1, eps, flat);
fe.setResultType(DataType.TUPLE);
fe.visit(this);
curMROp.setSkewedJoinPartitionFile(partitionFile.getFileName());
phyToMROpMap.put(op, curMROp);
}catch(PlanException e) {
int errCode = 2034;