-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Implement tree
explain for ValuesExec
#15093
Comments
take |
@irenjj , as per #14032 ValuesExec is deprecated. I tried running some simple queries which I thought would work like: explain VALUES (1); when I tried running it, I got the following results:
Could this be because of the deprecation? Is there something which I could do to figure out why this isn't working out? |
Hi, @Shreyaskr1409 , maybe we don't need to implement the explain format since it's deprecated. cc @jonathanc-n . |
@irenjj Yes, now I am working on the other JsonSink task after this. Actually I am new to this repository so I though it would have been easier to perform the simpler task as you already made some PRs which I did follow but this became the harder one to understand as I just found this was deprecated. Maybe we should remove ValuesExec part from #14914 as it is no longer needed. Anyways, thank you! |
please feel free to close this issue if there is no other input. Edit: This comment automatically closed this issue, I did not know there was automation set up. |
Thank you for your work! Feel free to reach out to me if you have any questions.❤️ |
Is your feature request related to a problem or challenge?
part of #14914
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
I have also taken work for #15089 but I thought working on issues similar to the ones which were solved would be easier to start with.
The text was updated successfully, but these errors were encountered: