Skip to content

[AMORO-4368][Dashboard] Fix Tables menu navigation after viewing Hive tables - #4369

Open
csurong wants to merge 1 commit into
apache:masterfrom
csurong:fix/tables-menu-navigation
Open

[AMORO-4368][Dashboard] Fix Tables menu navigation after viewing Hive tables#4369
csurong wants to merge 1 commit into
apache:masterfrom
csurong:fix/tables-menu-navigation

Conversation

@csurong

@csurong csurong commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Why are the changes needed?

Clicking Tables after viewing a plain Hive table restores its cached identifier under /tables. This calls the generic details endpoint and reports that the table does not exist, although /hive/details loads it successfully.

Closes #4368.

Brief change log

Make the Tables sidebar entry return to /tables without table query parameters. Selecting a table still opens the appropriate details page, and the table tree continues to restore its expanded nodes from session storage.

How was this patch tested?

  • Manually opened a Hive table, returned through Tables, and selected the table again. Its schema loaded successfully.
  • Verified that the catalog and database nodes expand again after returning to the table browser.
  • pnpm exec eslint src/components/Sidebar.vue
  • pnpm build
  • git diff --check

Documentation

  • Does this pull request introduce a new feature? No.
  • Documentation: not applicable.

@github-actions github-actions Bot added the module:ams-dashboard Ams dashboard module label Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module:ams-dashboard Ams dashboard module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Tables menu reports a missing table after viewing a Hive table

1 participant