package spark
- Alphabetic
- Public
- Protected
Package Members
Type Members
- class BreakingChangeInfo extends AnyRef
Additional information if the error was caused by a breaking change.
- class ErrorClassesJsonReader extends AnyRef
A reader to load error information from one or more JSON files.
A reader to load error information from one or more JSON files. Note that, if one error appears in more than one JSON files, the latter wins. Please read common/utils/src/main/resources/error/README.md for more details.
- Annotations
- @DeveloperApi()
- class MitigationConfig extends AnyRef
A spark config flag that can be used to mitigate a breaking change.
- class SparkException extends Exception with SparkThrowable
- trait SparkThrowable extends AnyRef
Interface mixed into Throwables thrown from Spark.
Interface mixed into Throwables thrown from Spark.
- For backwards compatibility, existing Throwable types can be thrown with an arbitrary error message with a null error class. See SparkException. - To promote standardization, Throwables should be thrown with an error class and message parameters to construct an error message with SparkThrowableHelper.getMessage(). New Throwable types should not accept arbitrary error messages. See SparkArithmeticException.
- Annotations
- @Evolving()
- Since
3.2.0
- class StringSubstitutor extends AnyRef
Value Members
- object SparkException extends Serializable