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 fbf4bc3 commit fede90aCopy full SHA for fede90a
sql/catalyst/src/main/scala/org/apache/spark/sql/AnalysisException.scala
@@ -20,4 +20,4 @@ package org.apache.spark.sql
20
/**
21
* Thrown when a query fails to analyze, usually because the query itself is invalid.
22
*/
23
-class AnalysisException(message: String) extends Exception(message) with Serializable
+class AnalysisException(message: String) extends Exception(message) with Serializable
0 commit comments