Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-3508

'explain' now showing logical plan BEFORE the necessary optimization (ImplicitSplitInserter, DuplicateForEachColumnRewrite,etc)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • tez-branch, 0.13.0
    • 0.13.0
    • parser
    • None

    Description

      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

      1030             PhysicalPlan pp = compilePp();
      1031             currDAG.lp.explain(lps, format, verbose);
      

      where LogicalPlanOptimizer.optimize() was called from compilePp().

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              knoguchi Koji Noguchi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: