Re: [I] Support different `EXPLAIN` formats via SQL [datafusion]

2025-03-15 Thread via GitHub
alamb closed issue #15021: Support different `EXPLAIN` formats via SQL URL: https://github.com/apache/datafusion/issues/15021 -- 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

Re: [I] Support different `EXPLAIN` formats via SQL [datafusion]

2025-03-12 Thread via GitHub
alamb commented on issue #15021: URL: https://github.com/apache/datafusion/issues/15021#issuecomment-2718973989 > Thank you [@alamb](https://github.com/alamb), and apologize for postponing this so long 🙈 (excuse: keeping receiving unscheduled priorit things from [@killme2008](https://gi

Re: [I] Support different `EXPLAIN` formats via SQL [datafusion]

2025-03-12 Thread via GitHub
waynexia commented on issue #15021: URL: https://github.com/apache/datafusion/issues/15021#issuecomment-2718687585 Thank you @alamb, and apologize for postponing this so long 🙈 (excuse: keeping receiving unscheduled priorit things from @killme2008 -- This is an automated message from

Re: [I] Support different `EXPLAIN` formats via SQL [datafusion]

2025-03-12 Thread via GitHub
alamb commented on issue #15021: URL: https://github.com/apache/datafusion/issues/15021#issuecomment-2718514004 I have two PRs to implement this feature - Prepare refactor: https://github.com/apache/datafusion/pull/15188 - Implementation: https://github.com/apache/datafusion/pull/15166

Re: [I] Support different `EXPLAIN` formats via SQL [datafusion]

2025-03-11 Thread via GitHub
alamb commented on issue #15021: URL: https://github.com/apache/datafusion/issues/15021#issuecomment-2715529962 I so want this feature (and I would like an excuse to write some code) I am going to take a shot at doing so -- This is an automated message from the Apache Git Service. To resp

Re: [I] Support different `EXPLAIN` formats via SQL [datafusion]

2025-03-07 Thread via GitHub
alamb commented on issue #15021: URL: https://github.com/apache/datafusion/issues/15021#issuecomment-2703715380 I was thinking about implementing this feature I think it would be a relatively straightforward implementation: 1. Extend the DataFusion explain statement to have a format

Re: [I] Support different `EXPLAIN` formats via SQL [datafusion]

2025-03-06 Thread via GitHub
alamb commented on issue #15021: URL: https://github.com/apache/datafusion/issues/15021#issuecomment-2705039946 I am going to try and bash this feature out at the end of my day as a bit of a coding treat -- This is an automated message from the Apache Git Service. To respond to the me

Re: [I] Support different `EXPLAIN` formats via SQL [datafusion]

2025-03-06 Thread via GitHub
milenkovicm commented on issue #15021: URL: https://github.com/apache/datafusion/issues/15021#issuecomment-2704239247 as mentioned in https://github.com/apache/datafusion/issues/14914#issuecomment-2704236179 ballista uses graphviz-rust which generates those sub-optimal images (and ne

Re: [I] Support different `EXPLAIN` formats via SQL [datafusion]

2025-03-05 Thread via GitHub
waynexia commented on issue #15021: URL: https://github.com/apache/datafusion/issues/15021#issuecomment-2702483758 I can implement the JSON part -- 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 th

Re: [I] Support different `EXPLAIN` formats via SQL [datafusion]

2025-03-05 Thread via GitHub
milenkovicm commented on issue #15021: URL: https://github.com/apache/datafusion/issues/15021#issuecomment-2701105363 getting json output may be sufficient, we could derive SVG from it if needed -- This is an automated message from the Apache Git Service. To respond to the message, please

[I] Support different `EXPLAIN` formats via SQL [datafusion]

2025-03-05 Thread via GitHub
alamb opened a new issue, #15021: URL: https://github.com/apache/datafusion/issues/15021 ### Is your feature request related to a problem or challenge? Suggested by @waynexia https://github.com/apache/datafusion/issues/14914#issuecomment-2698684681 Currently, DataFusion suppor