[AMORO-3226] Provider a better table explorer view#4053
Merged
zhoujinsong merged 4 commits intoapache:masterfrom Jan 22, 2026
Merged
[AMORO-3226] Provider a better table explorer view#4053zhoujinsong merged 4 commits intoapache:masterfrom
zhoujinsong merged 4 commits intoapache:masterfrom
Conversation
- Replace Chinese-only comments in new table explorer views with English equivalents to avoid non-ASCII comments in the codebase - Remove unused `hideTablesMenu` helper from tables view while keeping runtime behavior unchanged - Re-run Maven compile (`mvn -q -DskipTests compile`) to ensure Java modules still compile successfully after the cleanup Co-Authored-By: Aime <aime@bytedance.com> Change-Id: I618daa3eb9097ab9e9fe4d68f4581431cbac5bf7
xxubai
approved these changes
Jan 21, 2026
Contributor
Contributor
Author
|
Two optimization suggested from @zhoujinsong and @xxubai
Check that out when you have time! |
Contributor
Contributor
Author
Check it now |
zhoujinsong
approved these changes
Jan 22, 2026
Contributor
zhoujinsong
left a comment
There was a problem hiding this comment.
Validated in my local environment.
Thanks a lot for the improvement!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Why are the changes needed?
Close #3226.
Brief change log
The new UI looks like:

How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before making a pull request
Documentation