milenkovicm opened a new issue, #1202: URL: https://github.com/apache/datafusion-ballista/issues/1202
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I want to remove `graphviz-rust` dependency, and move rendering of execution graphs from scheduler to ui library. In order to use `graphviz-rust` a `graphviz` has to be installed on local server. **Describe the solution you'd like** remove `graphviz-rust` and change rest api to provide a plan as a `dot` definition. UI can use https://github.com/dagrejs/graphlib-dot to render dot definitions **Describe alternatives you've considered** **Additional context** -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
