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

[SPARK-48466][SQL][UI] Handle nested empty relation in SparkPlanInfo #50350

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liuzqt
Copy link
Contributor

@liuzqt liuzqt commented Mar 21, 2025

What changes were proposed in this pull request?

Fix SparkPlanInfo.fromLogicalPlan to handle nested empty relation.

Before:
Screenshot 2025-03-21 at 11 30 56 AM

After:

Screenshot 2025-03-20 at 5 51 21 PM

Why are the changes needed?

A followup for #46830, in the original PR I forget to handle nested empty relation.

Does this PR introduce any user-facing change?

Yes, UI change

How was this patch tested?

Verifed in Spark UI

Was this patch authored or co-authored using generative AI tooling?

NO

@github-actions github-actions bot added the SQL label Mar 21, 2025
@liuzqt liuzqt changed the title [SQL][UI] [SPARK-48466][SQL][UI] Handle nested empty relation in SparkPlanInfo Mar 21, 2025
@liuzqt
Copy link
Contributor Author

liuzqt commented Mar 21, 2025

@cloud-fan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant