-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
inconsistent display of table name with EXPLAIN and EXPLAIN ANALYZE #56372
Comments
Hello, I am Blathers. I am here to help you get the issue triaged. Hoot - a bug! Though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here. I have CC'd a few people who may be able to assist you:
If we have not gotten back to your issue within a few business days, you can try the following:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
I think we should change the distsql diagram to read |
Thanks for the feedback. This is timely as we are updating our representation of EXPLAIN ANALYZE cc @RaduBerinde @Annebirzin |
We have actually already fixed this inconsistency on 20.2 branch (#52085), so I'll close this issue. |
I'll backport that PR to 20.1 branch. |
@gliptak Thank you for contributing to CockroachDB this year. As a token of our appreciation we would like to send you a gift. Please DM me on our community Slack |
Describe the problem
Inconsistent display of table name with EXPLAIN and EXPLAIN ANALYZE
To Reproduce
authors@primary
vs
primary@authors
Expected behavior
Table name displayed consistently
Environment:
cockroach sql
The text was updated successfully, but these errors were encountered: