[
https://issues.apache.org/jira/browse/PIG-3508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cheolsoo Park updated PIG-3508:
-------------------------------
Affects Version/s: tez-branch
I am adding tez-branch to affected versions. If we deiced to revert PIG-3419 in
trunk, the fix should go into tez-branch.
> 'explain' now showing logical plan BEFORE the necessary optimization
> (ImplicitSplitInserter, DuplicateForEachColumnRewrite,etc)
> -------------------------------------------------------------------------------------------------------------------------------
>
> Key: PIG-3508
> URL: https://issues.apache.org/jira/browse/PIG-3508
> Project: Pig
> Issue Type: Bug
> Components: parser
> Affects Versions: tez-branch, 0.13.0
> Reporter: Koji Noguchi
> Priority: Minor
>
> Probably PIG-3419 changed the order of the call such that now 'explain' is
> showing the logicalPlan before the LogicalPlanOptimizer.optimize() is being
> called.
> Before we had
> {noformat}
> 1030 PhysicalPlan pp = compilePp();
> 1031 currDAG.lp.explain(lps, format, verbose);
> {noformat}
> where LogicalPlanOptimizer.optimize() was called from compilePp().
--
This message was sent by Atlassian JIRA
(v6.1#6144)