Skip to content
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

Persistent detail view in Graphical Explain. #7993

Open
gh-tsc opened this issue Oct 1, 2024 · 0 comments
Open

Persistent detail view in Graphical Explain. #7993

gh-tsc opened this issue Oct 1, 2024 · 0 comments
Labels

Comments

@gh-tsc
Copy link

gh-tsc commented Oct 1, 2024

Describe the bug

The detail view in [Explain] -> [Graphical] from previous "Explain" is shown after a new "Explain" is ran.

To Reproduce

  1. Open query tool.
  2. Write the query: 'SELECT 22;'
  3. Run 'Explain' with the 'Explain' button.
  4. Open pane: 'Explain -> Graphical'. Click on 'Result' to open detail of 'Result':
    image
  5. Remove existing query and write: 'SELECT * FROM (SELECT * FROM UNNEST(ARRAY[22,23])) T;'
  6. Run 'Explain' with the 'Explain' button.
  7. Open pane: 'Explain -> Graphical'. The Detail view from the first Explain is still showing despite having nothing to do with the new Explain.

Expected behavior

The expected behavior is that no detail view is shown after running a new Explain. The problem is that if you ran similar queries, you can be looking a 'Detail view' you think are from the current query, but is actually from a previous query.

Desktop (please complete the following information):

  • OS: ubuntu 22.04
  • Version: 8.12
  • Mode: server
  • Browser (if running in server mode): edge
  • Package type: container
@gh-tsc gh-tsc added the Bug label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant