return;
}
PhysicalPlan pp = compilePp(lp);
lp.explain(lps, format, verbose);
if( pigContext.getProperties().getProperty("pig.usenewlogicalplan", "true").equals("true") ) {
LogicalPlanMigrationVistor migrator = new LogicalPlanMigrationVistor(lp);
migrator.visit();
org.apache.pig.newplan.logical.relational.LogicalPlan newPlan = migrator.getNewLogicalPlan();
HashSet<String> optimizerRules = null;
try {
optimizerRules = (HashSet<String>) ObjectSerializer
.deserialize(pigContext.getProperties().getProperty(