org.apache.spark.sql.catalyst.parser
Members list
Type members
Classlikes
class ParseException(message: String, cause: Throwable, errorClass: Option[String]) extends AnalysisException
Thrown when SQL text fails to parse on the server. Mirrors org.apache.spark.sql.catalyst.parser.ParseException; extends AnalysisException so existing catch { case e: AnalysisException => ... } handlers keep working.
Thrown when SQL text fails to parse on the server. Mirrors org.apache.spark.sql.catalyst.parser.ParseException; extends AnalysisException so existing catch { case e: AnalysisException => ... } handlers keep working.
Attributes
- Supertypes
-
class AnalysisExceptionclass SparkExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article