Skip to content

Commit fede90a

Browse files
committed
newline
1 parent fbf4bc3 commit fede90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/AnalysisException.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ package org.apache.spark.sql
2020
/**
2121
* Thrown when a query fails to analyze, usually because the query itself is invalid.
2222
*/
23-
class AnalysisException(message: String) extends Exception(message) with Serializable
23+
class AnalysisException(message: String) extends Exception(message) with Serializable

0 commit comments

Comments
 (0)