Re: Visualization of Graphviz

2021-08-13 Thread Julian Hyde
Thomas, Would you mind reviewing that commit for inclusion in master? I have logged https://issues.apache.org/jira/browse/CALCITE-4737 to track. Julian > On Aug 13, 2021, at 2:03 AM, Thomas Rebele wrote: > > Thank you for pointing out the

Re: Visualization of Graphviz

2021-08-13 Thread Thomas Rebele
Thank you for pointing out the visualizer in the Tempura branch. It looks quite promising. Cordialement / Best Regards, *Thomas Rebele, PhD* | R&D Developer | Germany | www.tibco.com On Thu, Aug 12, 2021 at 7:19 PM Julian Hyde wrote: > I don’t have a strong opinion on this, but I want to point

Re: Visualization of Graphviz

2021-08-12 Thread Julian Hyde
I don’t have a strong opinion on this, but I want to point out that there are some GraphViz improvements as part of Tempura (the case is https://issues.apache.org/jira/browse/CALCITE-4568 ; the specific commit is https://github.com/hbtoo/calci

Visualization of Graphviz

2021-08-12 Thread Thomas Rebele
Hello, the dot graphs generated by the planner get quite confusing even for medium sized plans. I've added line breaks in the labels with a script and displayed it with the xdot tool, which makes it a bit better, but there is still a lot of room for improvement. I've looked around for other tools