We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061c9cf commit 6b367d5Copy full SHA for 6b367d5
spark/src/main/scala/org/apache/spark/sql/delta/DeltaSharedExceptions.scala
@@ -47,7 +47,7 @@ class DeltaAnalysisException(
47
messageParameters,
48
context)
49
with DeltaThrowable {
50
-
+
51
/* Implemented for testing */
52
private[delta] def getMessageParametersArray: Array[String] = errorClass match {
53
case Some(eClass) =>
0 commit comments