MaxGekk commented on code in PR #37834:
URL: https://github.com/apache/spark/pull/37834#discussion_r968262076


##########
core/src/main/scala/org/apache/spark/SparkException.scala:
##########
@@ -239,12 +269,15 @@ private[spark] class SparkDateTimeException(
 private[spark] class SparkFileAlreadyExistsException(
     errorClass: String,
     errorSubClass: Option[String] = None,
-    messageParameters: Array[String])
+    messageParameters: Map[String, String])

Review Comment:
   The exception is used only once by the error class FAILED_RENAME_PATH but it 
is not tested at all. There is the JIRA for testing 
https://issues.apache.org/jira/browse/SPARK-38728



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