Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-49751][CONNECT] Fix deserialization of SparkListenerConnectSer…
…viceStarted event ### What changes were proposed in this pull request? `SparkListenerConnectServiceStarted` is introduced in SPARK-47952, while the referenced field `SparkConf` is not serialized properly, then causes the SHS deserialization failure. According to the discussion, we can remove the `sparkConf` field. ### Why are the changes needed? Fix the event log deserialization and recover the SHS UI rendering. ### Does this PR introduce _any_ user-facing change? Fix an unreleased feature, recover the SHS UI rendering from event logs produced by the connect server. ### How was this patch tested? Start a connect server with event log enabled, and then open the UI in SHS. 4.0.0-preview2 <img width="1624" alt="image" src="https://github.com/user-attachments/assets/adfcb4d1-9ca2-4060-96db-bcad3c63e9b6"> This PR. <img width="1624" alt="image" src="https://github.com/user-attachments/assets/13a15ba2-b273-4f52-8212-ad829f5a1aee"> ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#48200 from pan3793/SPARK-49751. Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
- Loading branch information