Description
SparkListenerConnectOperationStarted was added as part of SPARK-43923.
SparkListenerConnectOperationStarted.planRequest cannot be serialized & deserialized from json as it has recursive objects.
Add @JsonIgnoreProperties({ "planRequest" }) to avoid failures
Attachments
Issue Links
- is duplicated by
-
SPARK-44931 Fix JSON Serailization for Spark Connect Event Listener
- Resolved