try {
// Going through all the ProjectExpressions that were cloned
// and updating the attached operators from its original
// LOSplitOutput to to the "otherwise" LOSplitOutput
// (PIG-3641)
new ResetProjectionAttachedRelationalOpVisitor(splitPlan, op).visit();
} catch (FrontendException e) {
e.printStackTrace();
throw new PlanGenerationFailureException(intStream, loc, e);
}