You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you aren't planning on working on them in the near term perhaps you could mention that on the tickets so others who might have time can work on them
If you aren't planning on working on them in the near term perhaps you could mention that on the tickets so others who might have time can work on them
hi,I only took this,15025 and 15026 are not my tickets. And I will work on this tomorrow
@zebsme how is this going? I noticed you took this and #15025 and #15026
If you aren't planning on working on them in the near term perhaps you could mention that on the tickets so others who might have time can work on them
hi,I only took this,15025 and 15026 are not my tickets. And I will work on this tomorrow
Sorry about that -- yes I confused your github handle and @zjregee -- I apologize 🤦
Is your feature request related to a problem or challenge?
SQL EXPLAIN
Tree Rendering #14914@irenjj added a new
tree
explain mode in #14677. Now we need to add support for different types of operators.Here is an example of how to see the new explain plans:
Describe the solution you'd like
Add
tree
format to the ExecutionPlan specified in the subject of this ticketNote that the tree mode should have only the most relevant information for users to understand what plan is being run. Detailed iformation
The process goes like:
The relevant code looks like this
You can run the tests like
cargo test --test sqllogictests -- explain_tree
You can update the test like this:
cargo test --test sqllogictests -- explain_tree --complete
Describe alternatives you've considered
Here is an example PR that shows what is needed
tree
explain for FilterExec #15001Additional context
Since this is well specified and has several examples and will give exposure to DataFusion code and testing, I have marked this as a good first issue
The text was updated successfully, but these errors were encountered: