cloud-fan commented on code in PR #52484:
URL: https://github.com/apache/spark/pull/52484#discussion_r2415553648


##########
common/utils/src/main/scala/org/apache/spark/ErrorClassesJSONReader.scala:
##########
@@ -203,18 +203,48 @@ private case class ErrorSubInfo(
  *                       If false, the spark job should be retried by setting 
the
  *                       mitigationConfig.
  */
-case class BreakingChangeInfo(
-    migrationMessage: Seq[String],
-    mitigationConfig: Option[MitigationConfig] = None,
-    needsAudit: Boolean = true
-)
+class BreakingChangeInfo(
+  val migrationMessage: Seq[String],
+  val mitigationConfig: Option[MitigationConfig] = None,
+  val needsAudit: Boolean = true) {

Review Comment:
   ```suggestion
       val migrationMessage: Seq[String],
       val mitigationConfig: Option[MitigationConfig] = None,
       val needsAudit: Boolean = true) {
   ```



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