[AURON #1471] Follow #1409 Add the conversion execution list in the Spark UI.#1471
Open
guixiaowen wants to merge 3 commits intoapache:masterfrom
Open
[AURON #1471] Follow #1409 Add the conversion execution list in the Spark UI.#1471guixiaowen wants to merge 3 commits intoapache:masterfrom
guixiaowen wants to merge 3 commits intoapache:masterfrom
Conversation
dfdfbf0 to
f51327a
Compare
186c534 to
75882d8
Compare
richox
approved these changes
Oct 29, 2025
zuston
approved these changes
Oct 31, 2025
Member
There was a problem hiding this comment.
overall lgtm. this is a great work to observe the auron internal fallback or execution.
please rebase the latest commits. @guixiaowen
| @@ -30,4 +31,13 @@ class BuildinfoInSparkUISuite | |||
| assert(listener.getAuronBuildInfo() == 1) | |||
| } | |||
|
|
|||
| test("test convert table in spark UI ") { | |||
Contributor
Author
There was a problem hiding this comment.
Should this be placed here ?
@zuston Deleted.
Contributor
Author
@zuston Thank you. Okok |
added 2 commits
November 1, 2025 09:29
Contributor
Author
Contributor
|
@guixiaowen can we re-open this? Seems like a very useful functionality to have. |
Contributor
|
Contributor
Author
@yew1eb done |
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.
Which issue does this PR close?
Closes #1471
Rationale for this change
Add the conversion execution list.
Display the physical execution plan of the SQL, show the version that has been converted to the native execution plan, and also present the reasons for stages that were not converted, helping users visualize the overall transformation process more intuitively.
What changes are included in this PR?
Add the conversion execution list. The core display functions of this list are described as follows:
Add the conversion execution list.
The core display functions of this list are described as follows:
Another example is to display the UI information through the Spark History Server after running the explain command.
Are there any user-facing changes?
How was this patch tested?
UT