| Exception Thrown By: | Cause | ||
| Framework | Class | Method | |
| Apache Hadoop | ExpressionOperator | public abstract void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | PhysicalOperator | public abstract void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Pig | PlanVisitor | public P getPlan() | if there are no more walkers on the stack. |
| Apache Pig | PlanVisitor | public OperatorPlan getPlan() | if there are no more walkers on the stack.In this case the current walker is not reset. |
| Apache Hadoop | POBinCond | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POCast | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POCounterStatsTez | public void visit(PhyPlanVisitor v) | if the visitor has a problem |
| Apache Hadoop | POCounterTez | public void visit(PhyPlanVisitor v) | if the visitor has a problem |
| Apache Hadoop | PODistinct | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POFilter | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POLimit | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POLoad | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POMergeCogroup | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POMergeJoin | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POPartialAgg | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | PORankTez | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POShuffledValueInputTez | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POSort | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POStore | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POStream | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POUserComparisonFunc | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POUserFunc | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POValueInputTez | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |
| Apache Hadoop | POValueOutputTez | public void visit(PhyPlanVisitor v) | if the visitor has a problem. |