Description
As mentioned in PIG-3455, LogicalPlanPrinter throws OOM for large scripts. Problem is LogicalPlanPrinter's visit method generates a large string before its written to the PrintStream.
As mentioned in PIG-3455, LogicalPlanPrinter throws OOM for large scripts. Problem is LogicalPlanPrinter's visit method generates a large string before its written to the PrintStream.