jdesjean opened a new pull request, #42550:
URL: https://github.com/apache/spark/pull/42550

   ### What changes were proposed in this pull request?
   Add @JsonIgnoreProperties({ "planRequest" }) to 
SparkListenerConnectOperationStarted.planRequest
   
   
   ### Why are the changes needed?
   SparkListenerConnectOperationStarted was added as part of 
[SPARK-43923](https://issues.apache.org/jira/browse/SPARK-43923).
   SparkListenerConnectOperationStarted.planRequest cannot be serialized & 
deserialized from json as it has recursive objects which causes failures when 
attempting these operations.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Unit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to