summaryzb commented on code in PR #50489:
URL: https://github.com/apache/spark/pull/50489#discussion_r2032445782


##########
core/src/test/scala/org/apache/spark/serializer/SerializationDebuggerSuite.scala:
##########
@@ -205,6 +214,12 @@ class SerializableClass1 extends Serializable
 
 class SerializableClass2(val objectField: Object) extends Serializable
 
+class SerializableClassWithStringException(val objectField: Object) extends 
Serializable {
+  override def toString: String = {

Review Comment:
   Yes, it only throw exception in during test



-- 
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