// Now, we need to adjust the expected projection for the
// eval spec(s) we just pushed. Also, this will change the
// function to be the final instead of general instance.
EvalSpec newSpec = spec.copy(pigContext);
newSpec.visit(new ReduceAdjuster(pigContext));
mro.addReduceSpec(newSpec);
// Adjust the function name for the combine spec, to set it
// to the initial function instead of the general
// instance. Make a copy of the eval spec rather than