-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: implement tree explain for ProjectionExec
#15082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much @Standing-Man and @irenjj
I think this looks like a great step forward. I have a suggestion on how to make this even better I think but we can do it as a follow on PR too!
Signed-off-by: Alan Tang <[email protected]>
Signed-off-by: Alan Tang <[email protected]>
Signed-off-by: Alan Tang <[email protected]>
f8f872e
to
ac3644d
Compare
ProjectionExec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Standing-Man -- I merged this PR up to fix a merge conflict
Which issue does this PR close?
SQL EXPLAIN
Tree Rendering #14914 and Implementtree
explain forProjectionExec
#15023.Rationale for this change
What changes are included in this PR?
support tree explain for project execution.
Are these changes tested?
yes
Are there any user-facing changes?