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-46627][SS][UI] Fix timeline tooltip content on streaming ui #44633

Closed
wants to merge 2 commits into from

Conversation

yaooqinn
Copy link
Member

@yaooqinn yaooqinn commented Jan 9, 2024

What changes were proposed in this pull request?

Fix timeline tooltip content on streaming ui

Why are the changes needed?

d3 v7 mouseover event has changed, we shall get the values from the 2nd parameter instead of the 1st one which points to the mouse event.

Does this PR introduce any user-facing change?

no

How was this patch tested?

image

Additionally, https://issues.apache.org/jira/browse/SPARK-46631 was created to add UT for drawTimeline. We don't do it in this patch because it needs code refactoring beyond the scope of the current PR.

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

no

@github-actions github-actions bot added the WEB UI label Jan 9, 2024
Copy link
Contributor

@LuciferYang LuciferYang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM

@sarutak
Copy link
Member

sarutak commented Jan 9, 2024

Merging to master.
Thank you @yaooqinn and @LuciferYang !

@sarutak sarutak closed this in 8fa794b Jan 9, 2024
@yaooqinn
Copy link
Member Author

yaooqinn commented Jan 9, 2024

Thank you @sarutak @LuciferYang

@dongjoon-hyun
Copy link
Member

+1, LGTM. Thank you, @yaooqinn and all!

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