alamb commented on issue #3606: URL: https://github.com/apache/arrow-datafusion/issues/3606#issuecomment-1257171902
There is already a code to make `graphviz` format here: https://github.com/apache/arrow-datafusion/blob/81b57948778cfa485d8b3f2c1fe4485f3966e8e4/datafusion/expr/src/logical_plan/plan.rs#L604-L633 It might be kind of old / out of date, so might need to be updated Perhaps we could add some new configuration option like "show_graphviz_during_explain" whihc if true would also output the graphviz output? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
