Re: PrintWriter for LogicalPlan

2016-09-22 Thread Chinmay Kolhatkar
k if right components are added in DAG by > >> examining dag structure than printing it. > >> > >> - Tushar. > >> > >> > >> On Thu, Sep 22, 2016 at 11:39 AM, Chinmay Kolhatkar > >> <chin...@datatorrent.com> wrote: > >> > Hi All,

Re: PrintWriter for LogicalPlan

2016-09-22 Thread Tushar Gosavi
; wrote: >> > Hi All, >> > >> > For testing of calcite generated DAG, I want to verify whether the >> correct >> > DAG is created with right operators and streams and whether properties >> are >> > set properly. >> > >> > Is

Re: PrintWriter for LogicalPlan

2016-09-22 Thread Chinmay Kolhatkar
r testing of calcite generated DAG, I want to verify whether the > correct > > DAG is created with right operators and streams and whether properties > are > > set properly. > > > > Is there any PrintWriter for the LogicalPlan object printing components > of

Re: PrintWriter for LogicalPlan

2016-09-22 Thread Tushar Gosavi
<chin...@datatorrent.com> wrote: > Hi All, > > For testing of calcite generated DAG, I want to verify whether the correct > DAG is created with right operators and streams and whether properties are > set properly. > > Is there any PrintWriter for the LogicalPlan object p

PrintWriter for LogicalPlan

2016-09-22 Thread Chinmay Kolhatkar
Hi All, For testing of calcite generated DAG, I want to verify whether the correct DAG is created with right operators and streams and whether properties are set properly. Is there any PrintWriter for the LogicalPlan object printing components of DAG? If not, I am planning to write one