Package org.apache.spark.sql.errors
Interface ExecutionErrors
- All Superinterfaces:
DataTypeErrorsBase
-
Method Summary
Modifier and TypeMethodDescriptionarithmeticOverflowError
(String message, String hint, org.apache.spark.sql.catalyst.trees.SQLQueryContext context) org.apache.spark.SparkUnsupportedOperationException
org.apache.spark.SparkUnsupportedOperationException
cannotFindEncoderForTypeError
(String typeName) org.apache.spark.SparkRuntimeException
cannotGetOuterPointerForInnerClassError
(Class<?> innerCls) org.apache.spark.SparkUnsupportedOperationException
org.apache.spark.SparkUnsupportedOperationException
org.apache.spark.SparkRuntimeException
cannotParseStringAsDataTypeError
(String pattern, String value, DataType dataType) org.apache.spark.SparkUnsupportedOperationException
cannotUseInvalidJavaIdentifierAsFieldNameError
(String fieldName, org.apache.spark.sql.catalyst.WalkedTypePath walkedTypePath) org.apache.spark.SparkUnsupportedOperationException
duplicatedFieldNameInArrowStructError
(scala.collection.Seq<String> fieldNames) org.apache.spark.SparkUpgradeException
org.apache.spark.SparkUpgradeException
failToRecognizePatternAfterUpgradeError
(String pattern, Throwable e) org.apache.spark.SparkRuntimeException
failToRecognizePatternError
(String pattern, Throwable e) org.apache.spark.SparkDateTimeException
fieldDiffersFromDerivedLocalDateError
(ChronoField field, int actual, int expected, LocalDate candidate) org.apache.spark.SparkDateTimeException
invalidInputInCastToDatetimeError
(double value, DataType to, org.apache.spark.sql.catalyst.trees.SQLQueryContext context) org.apache.spark.SparkDateTimeException
invalidInputInCastToDatetimeError
(org.apache.spark.unsafe.types.UTF8String value, DataType to, org.apache.spark.sql.catalyst.trees.SQLQueryContext context) org.apache.spark.SparkDateTimeException
invalidInputInCastToDatetimeErrorInternal
(String sqlValue, DataType from, DataType to, org.apache.spark.sql.catalyst.trees.SQLQueryContext context) org.apache.spark.SparkRuntimeException
primaryConstructorNotFoundError
(Class<?> cls) org.apache.spark.SparkRuntimeException
unreachableError
(String err) org.apache.spark.SparkUnsupportedOperationException
unsupportedArrowTypeError
(org.apache.arrow.vector.types.pojo.ArrowType typeName) org.apache.spark.SparkUnsupportedOperationException
unsupportedDataTypeError
(DataType typeName) Methods inherited from interface org.apache.spark.sql.errors.DataTypeErrorsBase
getQueryContext, getSummary, quoteByDefault, toSQLConf, toSQLId, toSQLId, toSQLStmt, toSQLType, toSQLType, toSQLValue, toSQLValue, toSQLValue, toSQLValue, toSQLValue, toSQLValue, toSQLValue
-
Method Details
-
fieldDiffersFromDerivedLocalDateError
org.apache.spark.SparkDateTimeException fieldDiffersFromDerivedLocalDateError(ChronoField field, int actual, int expected, LocalDate candidate) -
failToParseDateTimeInNewParserError
-
failToRecognizePatternAfterUpgradeError
-
failToRecognizePatternError
-
unreachableError
-
invalidInputInCastToDatetimeError
org.apache.spark.SparkDateTimeException invalidInputInCastToDatetimeError(org.apache.spark.unsafe.types.UTF8String value, DataType to, org.apache.spark.sql.catalyst.trees.SQLQueryContext context) -
invalidInputInCastToDatetimeError
org.apache.spark.SparkDateTimeException invalidInputInCastToDatetimeError(double value, DataType to, org.apache.spark.sql.catalyst.trees.SQLQueryContext context) -
invalidInputInCastToDatetimeErrorInternal
-
arithmeticOverflowError
ArithmeticException arithmeticOverflowError(String message, String hint, org.apache.spark.sql.catalyst.trees.SQLQueryContext context) -
cannotParseStringAsDataTypeError
-
unsupportedArrowTypeError
org.apache.spark.SparkUnsupportedOperationException unsupportedArrowTypeError(org.apache.arrow.vector.types.pojo.ArrowType typeName) -
duplicatedFieldNameInArrowStructError
org.apache.spark.SparkUnsupportedOperationException duplicatedFieldNameInArrowStructError(scala.collection.Seq<String> fieldNames) -
unsupportedDataTypeError
-
userDefinedTypeNotAnnotatedAndRegisteredError
-
cannotFindEncoderForTypeError
-
cannotHaveCircularReferencesInBeanClassError
org.apache.spark.SparkUnsupportedOperationException cannotHaveCircularReferencesInBeanClassError(Class<?> clazz) -
cannotFindConstructorForTypeError
-
cannotHaveCircularReferencesInClassError
org.apache.spark.SparkUnsupportedOperationException cannotHaveCircularReferencesInClassError(String t) -
cannotUseInvalidJavaIdentifierAsFieldNameError
org.apache.spark.SparkUnsupportedOperationException cannotUseInvalidJavaIdentifierAsFieldNameError(String fieldName, org.apache.spark.sql.catalyst.WalkedTypePath walkedTypePath) -
-
cannotGetOuterPointerForInnerClassError
-