HyukjinKwon commented on code in PR #42550:
URL: https://github.com/apache/spark/pull/42550#discussion_r1299527368


##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/service/ExecuteEventsManager.scala:
##########
@@ -278,6 +278,7 @@ case class ExecuteEventsManager(executeHolder: 
ExecuteHolder, clock: Clock) {
  * @param extraTags:
  *   Additional metadata during the request.
  */
+@JsonIgnoreProperties({ "planRequest" })

Review Comment:
   For testing, simply doing ser/de test should be enough, see also 
https://github.com/apache/spark/pull/23728 in which I fixed a similar problem.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to