summaryzb commented on code in PR #50489: URL: https://github.com/apache/spark/pull/50489#discussion_r2029786230
########## 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: This simulate the behavior of `toString` implementation of `TreeNode`, since `SQLConf.get` may throw exception -- 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