Packages

o

org.apache.spark.sql.errors

QueryCompilationErrors

object QueryCompilationErrors

Object for grouping error messages from exceptions thrown during query compilation. As commands are executed eagerly, this also includes errors thrown during the execution of commands, which users can see immediately.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryCompilationErrors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def actionNotAllowedOnTableSincePartitionMetadataNotStoredError(action: String, tableName: String): Throwable
  5. def actionNotAllowedOnTableWithFilesourcePartitionManagementDisabledError(action: String, tableName: String): Throwable
  6. def addColumnWithV1TableCannotSpecifyNotNullError(): Throwable
  7. def aggregateExpressionRequiredForPivotError(sql: String): Throwable
  8. def aggregationFunctionAppliedOnNonNumericColumnError(pivotColumn: String, maxValues: Int): Throwable
  9. def aggregationFunctionAppliedOnNonNumericColumnError(colName: String): Throwable
  10. def aliasNumberNotMatchColumnNumberError(columnSize: Int, outputSize: Int, t: TreeNode[_]): Throwable
  11. def aliasesNumberNotMatchUDTFOutputError(aliasesSize: Int, aliasesNames: String): Throwable
  12. def alterAddColNotSupportDatasourceTableError(tableType: Any, table: TableIdentifier): Throwable
  13. def alterAddColNotSupportViewError(table: TableIdentifier): Throwable
  14. def alterColumnCannotFindColumnInV1TableError(colName: String, v1Table: V1Table): Throwable
  15. def alterColumnWithV1TableCannotSpecifyNotNullError(): Throwable
  16. def alterDatabaseLocationUnsupportedError(version: String): Throwable
  17. def alterOnlySupportedWithV2TableError(): Throwable
  18. def alterQualifiedColumnOnlySupportedWithV2TableError(): Throwable
  19. def alterTableChangeColumnNotSupportedForColumnTypeError(originColumn: StructField, newColumn: StructField): Throwable
  20. def alterTableRecoverPartitionsNotSupportedForV2TablesError(): Throwable
  21. def alterTableSerDePropertiesNotSupportedForV2TablesError(): Throwable
  22. def alterTableSetSerdeForSpecificPartitionNotSupportedError(): Throwable
  23. def alterTableSetSerdeNotSupportedError(): Throwable
  24. def alterV2TableSetLocationWithPartitionNotSupportedError(): Throwable
  25. def ambiguousAttributesInSelfJoinError(ambiguousAttrs: Seq[AttributeReference]): Throwable
  26. def ambiguousFieldNameError(fieldName: Seq[String], numMatches: Int, context: Origin): Throwable
  27. def ambiguousReferenceToFieldsError(fields: String): Throwable
  28. def ambiguousRelationAliasNameInNestedCTEError(name: String): Throwable
  29. def analyzeTableNotSupportedForV2TablesError(): Throwable
  30. def analyzeTableNotSupportedOnViewsError(): Throwable
  31. def analyzingColumnStatisticsNotSupportedForColumnTypeError(name: String, dataType: DataType): Throwable
  32. def arrayComponentTypeUnsupportedError(clz: Class[_]): Throwable
  33. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  34. def attributeNameSyntaxError(name: String): Throwable
  35. def attributeNotFoundError(colName: String, child: LogicalPlan): Throwable
  36. def batchWriteCapabilityError(table: Table, v2WriteClassName: String, v1WriteClassName: String): Throwable
  37. def bucketByAndSortByUnsupportedByOperationError(operation: String): Throwable
  38. def bucketByUnsupportedByOperationError(operation: String): Throwable
  39. def bucketSortingColumnCannotBePartOfPartitionColumnsError(sortCol: String, normalizedPartCols: Seq[String]): Throwable
  40. def bucketingColumnCannotBePartOfPartitionColumnsError(bucketCol: String, normalizedPartCols: Seq[String]): Throwable
  41. def cannotAlterTableWithAlterViewError(): Throwable
  42. def cannotAlterViewWithAlterTableError(): Throwable
  43. def cannotApplyTableValuedFunctionError(name: String, arguments: String, usage: String, details: String = ""): Throwable
  44. def cannotConvertBucketWithSortColumnsToTransformError(spec: BucketSpec): Throwable
  45. def cannotConvertDataTypeToParquetTypeError(field: StructField): Throwable
  46. def cannotConvertTransformsToPartitionColumnsError(nonIdTransforms: Seq[Transform]): Throwable
  47. def cannotCreateDatabaseWithSameNameAsPreservedDatabaseError(database: String): Throwable
  48. def cannotCreateJDBCNamespaceUsingProviderError(): Throwable
  49. def cannotCreateJDBCNamespaceWithPropertyError(k: String): Throwable
  50. def cannotCreateJDBCTableUsingLocationError(): Throwable
  51. def cannotCreateJDBCTableUsingProviderError(): Throwable
  52. def cannotCreateTableWithBothProviderAndSerdeError(provider: Option[String], maybeSerdeInfo: Option[SerdeInfo]): Throwable
  53. def cannotCreateTempViewUsingHiveDataSourceError(): Throwable
  54. def cannotDeleteTableWhereFiltersError(table: Table, filters: Array[Filter]): Throwable
  55. def cannotDropDefaultDatabaseError(): Throwable
  56. def cannotDropNativeFuncError(functionName: String): Throwable
  57. def cannotDropViewWithDropTableError(): Throwable
  58. def cannotFindCatalogToHandleIdentifierError(quote: String): Throwable
  59. def cannotFindColumnError(name: String, fieldNames: Array[String]): Throwable
  60. def cannotFindColumnInRelationOutputError(colName: String, relation: LogicalPlan): Throwable
  61. def cannotFindPartitionColumnInPartitionSchemaError(readField: StructField, partitionSchema: StructType): Throwable
  62. def cannotLoadClassNotOnClassPathError(className: String): Throwable
  63. def cannotLoadClassWhenRegisteringFunctionError(className: String, func: FunctionIdentifier): Throwable
  64. def cannotModifyValueOfSparkConfigError(key: String): Throwable
  65. def cannotModifyValueOfStaticConfigError(key: String): Throwable
  66. def cannotOperateManagedTableWithExistingLocationError(methodName: String, tableIdentifier: TableIdentifier, tableLocation: Path): Throwable
  67. def cannotOperateOnHiveDataSourceFilesError(operation: String): Throwable
  68. def cannotOverwritePathBeingReadFromError(): Throwable
  69. def cannotOverwriteTableThatIsBeingReadFromError(tableName: String): Throwable
  70. def cannotParseIntervalError(delayThreshold: String, e: Throwable): Throwable
  71. def cannotPartitionByNestedColumnError(reference: NamedReference): Throwable
  72. def cannotPassTypedColumnInUntypedSelectError(typedCol: String): Throwable
  73. def cannotReadCorruptedTablePropertyError(key: String, details: String = ""): Throwable
  74. def cannotRefreshBuiltInFuncError(functionName: String): Throwable
  75. def cannotRefreshTempFuncError(functionName: String): Throwable
  76. def cannotRenameTableWithAlterViewError(): Throwable
  77. def cannotRenameTempViewToExistingTableError(oldName: TableIdentifier, newName: TableIdentifier): Throwable
  78. def cannotRenameTempViewWithDatabaseSpecifiedError(oldName: TableIdentifier, newName: TableIdentifier): Throwable
  79. def cannotReplaceMissingTableError(tableIdentifier: Identifier, cause: Option[Throwable]): Throwable
  80. def cannotReplaceMissingTableError(tableIdentifier: Identifier): Throwable
  81. def cannotResolveAttributeError(name: String, outputStr: String): Throwable
  82. def cannotResolveColumnGivenInputColumnsError(col: String, inputColumns: String): Throwable
  83. def cannotResolveColumnNameAmongAttributesError(colName: String, fieldNames: String): Throwable
  84. def cannotResolveColumnNameAmongFieldsError(colName: String, fieldsStr: String, extraMsg: String): AnalysisException
  85. def cannotResolveStarExpandGivenInputColumnsError(targetString: String, columns: String): Throwable
  86. def cannotResolveUserSpecifiedColumnsError(col: String, t: TreeNode[_]): Throwable
  87. def cannotRetrieveTableOrViewNotInSameDatabaseError(qualifiedTableNames: Seq[QualifiedTableName]): Throwable
  88. def cannotSaveIntervalIntoExternalStorageError(): Throwable
  89. def cannotSetJDBCNamespaceWithPropertyError(k: String): Throwable
  90. def cannotSpecifyDatabaseForTempViewError(tableIdent: TableIdentifier): Throwable
  91. def cannotSpecifyWindowFrameError(prettyName: String): Throwable
  92. def cannotTranslateExpressionToSourceFilterError(f: Expression): Throwable
  93. def cannotUnsetJDBCNamespaceWithPropertyError(k: String): Throwable
  94. def cannotUpCastAsAttributeError(fromAttr: Attribute, toAttr: Attribute): Throwable
  95. def cannotUseAllColumnsForPartitionColumnsError(): Throwable
  96. def cannotUseCatalogError(plugin: CatalogPlugin, msg: String): Throwable
  97. def cannotUseDataTypeForPartitionColumnError(field: StructField): Throwable
  98. def cannotUseIntervalTypeInTableSchemaError(): Throwable
  99. def cannotUseMixtureOfAggFunctionAndGroupAggPandasUDFError(): Throwable
  100. def cannotUsePreservedDatabaseAsCurrentDatabaseError(database: String): Throwable
  101. def cannotWriteDataToRelationsWithMultiplePathsError(): Throwable
  102. def cannotWriteIncompatibleDataToTableError(tableName: String, errors: Seq[String]): Throwable
  103. def cannotWriteNotEnoughColumnsToTableError(tableName: String, expected: Seq[Attribute], query: LogicalPlan): Throwable
  104. def cannotWriteTooManyColumnsToTableError(tableName: String, expected: Seq[Attribute], query: LogicalPlan): Throwable
  105. def charOrVarcharTypeAsStringUnsupportedError(): Throwable
  106. def checkpointLocationNotSpecifiedError(): Throwable
  107. def classDoesNotImplementUserDefinedAggregateFunctionError(className: String): Throwable
  108. def classWithoutPublicNonArgumentConstructorError(className: String): Throwable
  109. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  110. def cmdOnlyWorksOnPartitionedTablesError(cmd: String, tableIdentWithDB: String): Throwable
  111. def cmdOnlyWorksOnTableWithLocationError(cmd: String, tableIdentWithDB: String): Throwable
  112. def columnDoesNotExistError(colName: String): Throwable
  113. def columnNameContainsInvalidCharactersError(name: String): Throwable
  114. def columnNotDefinedInTableError(colType: String, colName: String, tableName: String, tableCols: Seq[String]): Throwable
  115. def columnNotFoundInExistingColumnsError(columnType: String, columnName: String, validColumnNames: Seq[String]): Throwable
  116. def columnNotFoundInSchemaError(col: StructField, tableSchema: Option[StructType]): Throwable
  117. def columnStatisticsDeserializationNotSupportedError(name: String, dataType: DataType): Throwable
  118. def columnStatisticsSerializationNotSupportedError(colName: String, dataType: DataType): Throwable
  119. def columnTypeNotSupportStatisticsCollectionError(name: String, tableIdent: TableIdentifier, dataType: DataType): Throwable
  120. def commandExecutionInRunnerUnsupportedError(runner: String): Throwable
  121. def commandNotSupportNestedColumnError(command: String, quoted: String): Throwable
  122. def commandUnsupportedInV2TableError(name: String): Throwable
  123. def configRemovedInVersionError(configName: String, version: String, comment: String): Throwable
  124. def conflictingAttributesInJoinConditionError(conflictingAttrs: AttributeSet, outerPlan: LogicalPlan, subplan: LogicalPlan): Throwable
  125. def corruptedTableNameContextInCatalogError(numParts: Int, index: Int): Throwable
  126. def corruptedViewQueryOutputColumnsInCatalogError(numCols: String, index: Int): Throwable
  127. def corruptedViewReferredTempFunctionsInCatalogError(e: Exception): Throwable
  128. def corruptedViewReferredTempViewInCatalogError(e: Exception): Throwable
  129. def corruptedViewSQLConfigsInCatalogError(e: Exception): Throwable
  130. def createExternalTableWithoutLocationError(): Throwable
  131. def createFuncWithBothIfNotExistsAndReplaceError(): Throwable
  132. def createPersistedViewFromDatasetAPINotAllowedError(): Throwable
  133. def createTableAsSelectWithNonEmptyDirectoryError(tablePath: String): Throwable
  134. def createTableColumnTypesOptionColumnNotFoundInSchemaError(col: String, schema: StructType): Throwable
  135. def createViewNumColumnsMismatchUserSpecifiedColumnLengthError(analyzedPlanLength: Int, userSpecifiedColumnsLength: Int): Throwable
  136. def createViewWithBothIfNotExistsAndReplaceError(): Throwable
  137. def dataPathNotExistError(path: String): Throwable
  138. def dataSchemaNotSpecifiedError(format: String, fileCatalog: String): Throwable
  139. def dataSchemaNotSpecifiedError(format: String): Throwable
  140. def dataSourceOutputModeUnsupportedError(className: String, outputMode: OutputMode): Throwable
  141. def dataTypeMismatchForDeserializerError(dataType: DataType, desiredType: String): Throwable
  142. def dataTypeUnsupportedByClassError(x: DataType, className: String): Throwable
  143. def dataTypeUnsupportedByDataSourceError(format: String, field: StructField): Throwable
  144. def dataTypeUnsupportedByExtractValueError(dataType: DataType, extraction: Expression, child: Expression): Throwable
  145. def databaseDoesNotExistError(dbName: String): Throwable
  146. def databaseFromV1SessionCatalogNotSpecifiedError(): Throwable
  147. def databaseNotEmptyError(db: String, details: String): Throwable
  148. def ddlWithoutHiveSupportEnabledError(detail: String): Throwable
  149. def decimalCannotGreaterThanPrecisionError(scale: Int, precision: Int): Throwable
  150. def decimalOnlySupportPrecisionUptoError(decimalType: String, precision: Int): Throwable
  151. def defineTempFuncWithIfNotExistsError(): Throwable
  152. def defineTempViewWithIfNotExistsError(): Throwable
  153. def deleteOnlySupportedWithV2TablesError(): Throwable
  154. def descPartitionNotAllowedOnTempView(table: String): Throwable
  155. def descPartitionNotAllowedOnView(table: String): Throwable
  156. def descPartitionNotAllowedOnViewError(table: String): Throwable
  157. def describeDoesNotSupportPartitionForV2TablesError(): Throwable
  158. def dropColumnOnlySupportedWithV2TableError(): Throwable
  159. def dropNonExistentColumnsNotSupportedError(nonExistentColumnNames: Seq[String]): Throwable
  160. def emptyMultipartIdentifierError(): Throwable
  161. def emptyWindowExpressionError(expr: Window): Throwable
  162. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  163. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  164. def expectTableNotViewError(v: ResolvedView, cmd: String, mismatchHint: Option[String], t: TreeNode[_]): Throwable
  165. def expectTableOrPermanentViewNotTempViewError(quoted: String, cmd: String, t: TreeNode[_]): Throwable
  166. def expectViewNotTableError(v: ResolvedTable, cmd: String, mismatchHint: Option[String], t: TreeNode[_]): Throwable
  167. def expressionWithMultiWindowExpressionsError(expr: NamedExpression, distinctWindowSpec: Seq[WindowSpecDefinition]): Throwable
  168. def expressionWithoutWindowExpressionError(expr: NamedExpression): Throwable
  169. def externalCatalogNotSupportShowViewsError(resolved: ResolvedNamespace): Throwable
  170. def failToResolveDataSourceForTableError(table: CatalogTable, key: String): Throwable
  171. def failToTruncateTableWhenRemovingDataError(tableIdentWithDB: String, path: Path, e: Throwable): Throwable
  172. def failedFallbackParsingError(msg: String, e1: Throwable, e2: Throwable): Throwable
  173. def failedToFindAvroDataSourceError(provider: String): Throwable
  174. def failedToFindKafkaDataSourceError(provider: String): Throwable
  175. def failedToRebuildExpressionError(filter: Filter): Throwable
  176. def fieldNumberMismatchForDeserializerError(schema: StructType, maxOrdinal: Int): Throwable
  177. def findMultipleDataSourceError(provider: String, sourceNames: Seq[String]): Throwable
  178. def foundDifferentWindowFunctionTypeError(windowExpressions: Seq[NamedExpression]): Throwable
  179. def foundDuplicateColumnError(colType: String, duplicateCol: Seq[String]): Throwable
  180. def functionAcceptsOnlyOneArgumentError(name: String): Throwable
  181. def functionAlreadyExistsError(func: FunctionIdentifier): Throwable
  182. def functionCannotProcessInputError(unbound: UnboundFunction, arguments: Seq[Expression], unsupported: UnsupportedOperationException): Throwable
  183. def functionUndefinedError(name: FunctionIdentifier): Throwable
  184. def functionUnsupportedInV2CatalogError(): Throwable
  185. def functionWithUnsupportedSyntaxError(prettyName: String, syntax: String): Throwable
  186. def generatorNotExpectedError(name: FunctionIdentifier, classCanonicalName: String): Throwable
  187. def generatorOutsideSelectError(plan: LogicalPlan): Throwable
  188. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  189. def groupAggPandasUDFUnsupportedByStreamingAggError(): Throwable
  190. def groupByPositionRangeError(index: Int, size: Int): Throwable
  191. def groupByPositionRefersToAggregateFunctionError(index: Int, expr: Expression): Throwable
  192. def groupingColInvalidError(groupingCol: Expression, groupByExprs: Seq[Expression]): Throwable
  193. def groupingIDMismatchError(groupingID: GroupingID, groupByExprs: Seq[Expression]): Throwable
  194. def groupingMustWithGroupingSetsOrCubeOrRollupError(): Throwable
  195. def groupingSizeTooLargeError(sizeLimit: Int): Throwable
  196. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  197. def hiveCreatePermanentFunctionsUnsupportedError(): Throwable
  198. def hiveTableTypeUnsupportedError(tableType: String): Throwable
  199. def hostOptionNotSetError(): Throwable
  200. def identifierHavingMoreThanTwoNamePartsError(quoted: String, identifier: String): Throwable
  201. def illegalParquetTypeError(parquetType: String): Throwable
  202. def incompatibleRangeInputDataTypeError(expression: Expression, dataType: DataType): Throwable
  203. def incompatibleViewSchemaChange(viewName: String, colName: String, expectedNum: Int, actualCols: Seq[Attribute], viewDDL: Option[String]): Throwable
  204. def inputSourceDiffersFromDataSourceProviderError(source: String, tableName: String, table: CatalogTable): Throwable
  205. def insertIntoViewNotAllowedError(identifier: TableIdentifier, t: TreeNode[_]): Throwable
  206. def insertMismatchedColumnNumberError(targetAttributes: Seq[Attribute], sourceAttributes: Seq[Attribute], staticPartitionsSize: Int): Throwable
  207. def insertMismatchedPartitionNumberError(targetPartitionSchema: StructType, providedPartitionsSize: Int): Throwable
  208. def invalidBoundaryEndError(end: Long): Throwable
  209. def invalidBoundaryStartError(start: Long): Throwable
  210. def invalidBucketNumberError(bucketingMaxBuckets: Int, numBuckets: Int): Throwable
  211. def invalidBucketsNumberError(numBuckets: String, e: String): Throwable
  212. def invalidCoalesceHintParameterError(hintName: String): Throwable
  213. def invalidDataSourceError(className: String): Throwable
  214. def invalidDatabaseNameError(quoted: String): Throwable
  215. def invalidDayTimeField(field: Byte): Throwable
  216. def invalidDayTimeIntervalType(startFieldName: String, endFieldName: String): Throwable
  217. def invalidFieldName(fieldName: Seq[String], path: Seq[String], context: Origin): Throwable
  218. def invalidFieldTypeForCorruptRecordError(): Throwable
  219. def invalidFileFormatForStoredAsError(serdeInfo: SerdeInfo): Throwable
  220. def invalidFunctionArgumentNumberError(validParametersCount: Seq[Int], name: String, params: Seq[Class[Expression]]): Throwable
  221. def invalidFunctionArgumentsError(name: String, expectedInfo: String, actualNumber: Int): Throwable
  222. def invalidHintParameterError(hintName: String, invalidParams: Seq[Any]): Throwable
  223. def invalidIncludeTimestampValueError(): Throwable
  224. def invalidJoinTypeInJoinWithError(joinType: JoinType): Throwable
  225. def invalidLiteralForWindowDurationError(): Throwable
  226. def invalidNameForTableOrDatabaseError(name: String): Throwable
  227. def invalidOrderingForConstantValuePartitionColumnError(targetPartitionSchema: StructType): Throwable
  228. def invalidPartitionColumnError(partKey: String, targetPartitionSchema: StructType): Throwable
  229. def invalidPartitionColumnKeyInTableError(key: String, tblName: String): Throwable
  230. def invalidPartitionColumnTypeError(column: StructField): Throwable
  231. def invalidPartitionSpecError(specKeys: String, partitionColumnNames: Seq[String], tableName: String): Throwable
  232. def invalidPartitionSpecError(details: String): Throwable
  233. def invalidPartitionTransformationError(expr: Expression): Throwable
  234. def invalidPatternError(pattern: String, message: String): Throwable
  235. def invalidRepartitionExpressionsError(sortOrders: Seq[Any]): Throwable
  236. def invalidSchemaStringError(exp: Expression): Throwable
  237. def invalidStarUsageError(prettyName: String): Throwable
  238. def invalidTimestampProvidedForStrategyError(strategy: String, timeString: String): Throwable
  239. def invalidViewNameError(viewName: String): Throwable
  240. def invalidYearMonthField(field: Byte): Throwable
  241. def invalidYearMonthIntervalType(startFieldName: String, endFieldName: String): Throwable
  242. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  243. def joinConditionMissingOrTrivialError(join: Join, left: LogicalPlan, right: LogicalPlan): Throwable
  244. def joinStrategyHintParameterNotSupportedError(unsupported: Any): Throwable
  245. def keyValueInMapNotStringError(m: CreateMap): Throwable
  246. def legacyStoreAssignmentPolicyError(): Throwable
  247. def literalTypeUnsupportedForSourceTypeError(field: String, source: Expression): Throwable
  248. def loadDataInputPathNotExistError(path: String): Throwable
  249. def loadDataNotSupportedForDatasourceTablesError(tableIdentWithDB: String): Throwable
  250. def loadDataNotSupportedForV2TablesError(): Throwable
  251. def loadDataPartitionSizeNotMatchNumPartitionColumnsError(tableIdentWithDB: String, partitionSize: Int, targetTableSize: Int): Throwable
  252. def loadDataTargetTableNotPartitionedButPartitionSpecWasProvidedError(tableIdentWithDB: String): Throwable
  253. def loadDataWithoutPartitionSpecProvidedError(tableIdentWithDB: String): Throwable
  254. def logicalPlanForViewNotAnalyzedError(): Throwable
  255. def lookupFunctionInNonFunctionCatalogError(ident: Identifier, catalog: CatalogPlugin): Throwable
  256. def mismatchedInsertedDataColumnNumberError(tableName: String, insert: InsertIntoStatement, staticPartCols: Set[String]): Throwable
  257. def mismatchedTableBucketingError(tableName: String, specifiedBucketString: String, existingBucketString: String): Throwable
  258. def mismatchedTableColumnNumberError(tableName: String, existingTable: CatalogTable, query: LogicalPlan): Throwable
  259. def mismatchedTableFormatError(tableName: String, existingProvider: Class[_], specifiedProvider: Class[_]): Throwable
  260. def mismatchedTableLocationError(identifier: TableIdentifier, existingTable: CatalogTable, tableDesc: CatalogTable): Throwable
  261. def mismatchedTablePartitionColumnError(tableName: String, specifiedPartCols: Seq[String], existingPartCols: String): Throwable
  262. def missingFieldError(fieldName: Seq[String], table: ResolvedTable, context: Origin): Throwable
  263. def missingStaticPartitionColumn(staticName: String): Throwable
  264. def mixedRefsInAggFunc(funcStr: String): Throwable
  265. def moreThanOneGeneratorError(generators: Seq[Expression], clause: String): Throwable
  266. def multiTimeWindowExpressionsNotSupportedError(t: TreeNode[_]): Throwable
  267. def multiplePartitionColumnValuesSpecifiedError(field: StructField, potentialSpecs: Map[String, String]): Throwable
  268. def namespaceAlreadyExistsError(namespace: Array[String]): Throwable
  269. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  270. def negativeScaleNotAllowedError(scale: Int): Throwable
  271. def nestedDatabaseUnsupportedByV1SessionCatalogError(catalog: String): Throwable
  272. def nestedGeneratorError(trimmedNestedGenerator: Expression): Throwable
  273. def noHandlerForUDAFError(name: String): Throwable
  274. def noSuchFunctionError(identifier: FunctionIdentifier): Throwable
  275. def noSuchNamespaceError(namespace: Array[String]): Throwable
  276. def noSuchPartitionError(db: String, table: String, partition: TablePartitionSpec): Throwable
  277. def noSuchStructFieldInGivenFieldsError(fieldName: String, fields: Array[StructField]): Throwable
  278. def noSuchTableError(db: String, table: String): Throwable
  279. def noSuchTableError(ident: Identifier): Throwable
  280. def nonDeterministicFilterInAggregateError(): Throwable
  281. def nonLiteralPivotValError(pivotVal: Expression): Throwable
  282. def nonMapFunctionNotAllowedError(): Throwable
  283. def nonPartitionColError(partitionName: String): Throwable
  284. def nonPartitionPruningPredicatesNotExpectedError(nonPartitionPruningPredicates: Seq[Expression]): Throwable
  285. def notAllowedToAddDBPrefixForTempViewError(database: String): Throwable
  286. def notAllowedToCreatePermanentViewByReferencingTempFuncError(name: TableIdentifier, funcName: String): Throwable
  287. def notAllowedToCreatePermanentViewByReferencingTempViewError(name: TableIdentifier, nameParts: String): Throwable
  288. def notAllowedToCreatePermanentViewWithoutAssigningAliasForExpressionError(name: TableIdentifier, attrName: String): Throwable
  289. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  290. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  291. def numberOfPartitionsNotAllowedWithUnspecifiedDistributionError(): Throwable
  292. def operationNotSupportPartitioningError(operation: String): Throwable
  293. def orcNotUsedWithHiveEnabledError(): Throwable
  294. def orderByPositionRangeError(index: Int, size: Int, t: TreeNode[_]): Throwable
  295. def outerScopeFailureForNewInstanceError(className: String): Throwable
  296. def outputPathAlreadyExistsError(outputPath: Path): Throwable
  297. def pandasUDFAggregateNotSupportedInPivotError(): Throwable
  298. def parquetTypeUnsupportedYetError(parquetType: String): Throwable
  299. def parseModeUnsupportedError(funcName: String, mode: ParseMode): Throwable
  300. def partitionByDoesNotAllowedWhenUsingInsertIntoError(): Throwable
  301. def partitionColumnNotFoundInSchemaError(col: String, schemaCatalog: String): Throwable
  302. def partitionColumnNotSpecifiedError(format: String, partitionColumn: String): Throwable
  303. def partitionNotSpecifyLocationUriError(specString: String): Throwable
  304. def pathOptionNotSetCorrectlyWhenReadingError(): Throwable
  305. def pathOptionNotSetCorrectlyWhenWritingError(): Throwable
  306. def permanentViewNotSupportedByStreamingReadingAPIError(quoted: String): Throwable
  307. def pivotValDataTypeMismatchError(pivotVal: Expression, pivotCol: Expression): Throwable
  308. def portOptionNotSetError(): Throwable
  309. def queryFromRawFilesIncludeCorruptRecordColumnError(): Throwable
  310. def queryNameNotSpecifiedForMemorySinkError(): Throwable
  311. def readNonStreamingTempViewError(quoted: String): Throwable
  312. def recoverQueryFromCheckpointUnsupportedError(checkpointPath: Path): Throwable
  313. def recursiveViewDetectedError(viewIdent: TableIdentifier, newPath: Seq[TableIdentifier]): Throwable
  314. def referenceColNotFoundForAlterTableChangesError(after: After, parentName: String): Throwable
  315. def renameColumnOnlySupportedWithV2TableError(): Throwable
  316. def renameTableSourceAndDestinationMismatchError(db: String, newDb: String): Throwable
  317. def renameTempViewToExistingViewError(oldName: String, newName: String): Throwable
  318. def repairTableNotSupportedForV2TablesError(): Throwable
  319. def replaceColumnsOnlySupportedWithV2TableError(): Throwable
  320. def replaceTableAsSelectOnlySupportedWithV2TableError(): Throwable
  321. def replaceTableOnlySupportedWithV2TableError(): Throwable
  322. def requestedPartitionsMismatchTablePartitionsError(tableName: String, normalizedPartSpec: Map[String, Option[String]], partColNames: StructType): Throwable
  323. def requiresSinglePartNamespaceError(ident: Identifier): Throwable
  324. def resourceTypeNotSupportedError(resourceType: String): Throwable
  325. def saveDataIntoViewNotAllowedError(): Throwable
  326. def schemaIsNotStructTypeError(dataType: DataType): Throwable
  327. def schemaNotFoldableError(exp: Expression): Throwable
  328. def schemaNotSpecifiedForSchemaRelationProviderError(className: String): Throwable
  329. def secondArgumentInFunctionIsNotBooleanLiteralError(funcName: String): Throwable
  330. def secondArgumentNotDoubleLiteralError(): Throwable
  331. def secondArgumentOfFunctionIsNotIntegerError(function: String, e: NumberFormatException): Throwable
  332. def selectExprNotInGroupByError(expr: Expression, groupByAliases: Seq[Alias]): Throwable
  333. def sessionWindowGapDurationDataTypeError(dt: DataType): Throwable
  334. def setPathOptionAndCallWithPathParameterError(method: String): Throwable
  335. def showColumnsNotSupportedForV2TablesError(): Throwable
  336. def showColumnsWithConflictDatabasesError(db: Seq[String], v1TableName: TableIdentifier): Throwable
  337. def showCreateTableAsSerdeNotAllowedOnSparkDataSourceTableError(table: TableIdentifier): Throwable
  338. def showCreateTableAsSerdeNotSupportedForV2TablesError(): Throwable
  339. def showCreateTableFailToExecuteUnsupportedConfError(table: TableIdentifier, builder: StringBuilder): Throwable
  340. def showCreateTableFailToExecuteUnsupportedFeatureError(table: CatalogTable): Throwable
  341. def showCreateTableNotSupportTransactionalHiveTableError(table: CatalogTable): Throwable
  342. def showCreateTableNotSupportedOnTempView(table: String): Throwable
  343. def showCreateTableOrViewFailToExecuteUnsupportedFeatureError(table: CatalogTable, features: Seq[String]): Throwable
  344. def showPartitionNotAllowedOnTableNotPartitionedError(tableIdentWithDB: String): Throwable
  345. def singleTableStarInCountNotAllowedError(targetString: String): Throwable
  346. def sortByNotUsedWithBucketByError(): Throwable
  347. def sourceNotSupportedWithContinuousTriggerError(source: String): Throwable
  348. def specifyPartitionNotAllowedWhenTableSchemaNotDefinedError(): Throwable
  349. def specifyingDBInCreateTempFuncError(databaseName: String): Throwable
  350. def specifyingDBInDropTempFuncError(databaseName: String): Throwable
  351. def sqlOnlySupportedWithV1TablesError(sql: String): Throwable
  352. def starExpandDataTypeNotSupportedError(attributes: Seq[String]): Throwable
  353. def starNotAllowedWhenGroupByOrdinalPositionUsedError(): Throwable
  354. def streamJoinStreamWithoutEqualityPredicateUnsupportedError(plan: LogicalPlan): Throwable
  355. def streamingIntoViewNotSupportedError(viewName: String): Throwable
  356. def streamingSourcesDoNotSupportCommonExecutionModeError(microBatchSources: Seq[String], continuousSources: Seq[String]): Throwable
  357. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  358. def tableAlreadyExistsError(tableIdent: TableIdentifier): Throwable
  359. def tableAlreadyExistsError(table: String, guide: String = ""): Throwable
  360. def tableAlreadyExistsError(ident: Identifier): Throwable
  361. def tableDoesNotExistInDatabaseError(tableName: String, dbName: String): Throwable
  362. def tableDoesNotSupportAtomicPartitionManagementError(table: Table): Throwable
  363. def tableDoesNotSupportDeletesError(table: Table): Throwable
  364. def tableDoesNotSupportPartitionManagementError(table: Table): Throwable
  365. def tableDoesNotSupportReadsError(table: Table): Throwable
  366. def tableDoesNotSupportTruncatesError(table: Table): Throwable
  367. def tableDoesNotSupportWritesError(table: Table): Throwable
  368. def tableIdentifierExistsError(tableIdentifier: TableIdentifier): Throwable
  369. def tableIdentifierNotConvertedToHadoopFsRelationError(tableIdentifier: TableIdentifier): Throwable
  370. def tableIsNotViewError(name: TableIdentifier): Throwable
  371. def tableNotSpecifyDatabaseError(identifier: TableIdentifier): Throwable
  372. def tableNotSpecifyLocationUriError(identifier: TableIdentifier): Throwable
  373. def tableNotSupportStreamingWriteError(tableName: String, t: Table): Throwable
  374. def tableOrViewAlreadyExistsError(name: String): Throwable
  375. def tableOrViewNotFoundError(table: String): Throwable
  376. def tableOrViewNotFoundInDatabaseError(tableName: String, dbName: String): Throwable
  377. def tempViewNotCachedForAnalyzingColumnsError(tableIdent: TableIdentifier): Throwable
  378. def tempViewNotSupportStreamingWriteError(viewName: String): Throwable
  379. def textDataSourceWithMultiColumnsError(schema: StructType): Throwable
  380. def toString(): String
    Definition Classes
    AnyRef → Any
  381. def truncateTableOnExternalTablesError(tableIdentWithDB: String): Throwable
  382. def truncateTablePartitionNotSupportedForNotPartitionedTablesError(tableIdentWithDB: String): Throwable
  383. def udfClassDoesNotImplementAnyUDFInterfaceError(className: String): Throwable
  384. def udfClassNotAllowedToImplementMultiUDFInterfacesError(className: String): Throwable
  385. def udfClassWithTooManyTypeArgumentsError(n: Int): Throwable
  386. def unexpectedEvalTypesForUDFsError(evalTypes: Set[Int]): Throwable
  387. def unexpectedPartitionColumnPrefixError(table: String, database: String, schemaColumns: String, specColumns: String): Throwable
  388. def unexpectedTypeOfRelationError(relation: LogicalPlan, tableName: String): Throwable
  389. def unfoldableFieldUnsupportedError(): Throwable
  390. def unknownHiveResourceTypeError(resourceType: String): Throwable
  391. def unorderablePivotColError(pivotCol: Expression): Throwable
  392. def unrecognizedParquetTypeError(field: String): Throwable
  393. def unresolvedUsingColForJoinError(colName: String, plan: LogicalPlan, side: String): Throwable
  394. def unsetNonExistentPropertyError(property: String, table: TableIdentifier): Throwable
  395. def unsupportedAbstractDataTypeForUpCastError(gotType: AbstractDataType): Throwable
  396. def unsupportedAppendInBatchModeError(table: Table): Throwable
  397. def unsupportedBatchReadError(table: Table): Throwable
  398. def unsupportedDataSourceTypeForDirectQueryOnFilesError(className: String): Throwable
  399. def unsupportedDeleteByConditionWithSubqueryError(condition: Option[Expression]): Throwable
  400. def unsupportedDynamicOverwriteInBatchModeError(table: Table): Throwable
  401. def unsupportedFunctionNameError(quoted: String): Throwable
  402. def unsupportedIfNotExistsError(tableName: String): Throwable
  403. def unsupportedJDBCNamespaceChangeInCatalogError(changes: Seq[NamespaceChange]): Throwable
  404. def unsupportedMicroBatchOrContinuousScanError(table: Table): Throwable
  405. def unsupportedOverwriteByFilterInBatchModeError(table: Table): Throwable
  406. def unsupportedTableChangeInJDBCCatalogError(change: TableChange): Throwable
  407. def unsupportedTableOperationError(table: Table, cmd: String): Throwable
  408. def unsupportedTruncateInBatchModeError(table: Table): Throwable
  409. def upCastFailureError(fromStr: String, from: Expression, to: DataType, walkedTypePath: Seq[String]): Throwable
  410. def usePythonUDFInJoinConditionUnsupportedError(joinType: JoinType): Throwable
  411. def userDefinedPartitionNotFoundInJDBCRelationError(columnName: String, schema: String): Throwable
  412. def userSpecifiedSchemaMismatchActualSchemaError(schema: StructType, actualSchema: StructType): Throwable
  413. def userSpecifiedSchemaUnsupportedError(operation: String): Throwable
  414. def usingUntypedScalaUDFError(): Throwable
  415. def v2FunctionInvalidInputTypeLengthError(bound: BoundFunction, args: Seq[Expression]): Throwable
  416. def viewAlreadyExistsError(name: TableIdentifier): Throwable
  417. def viewDepthExceedsMaxResolutionDepthError(identifier: TableIdentifier, maxNestedViewDepth: Int, t: TreeNode[_]): Throwable
  418. def viewOutputNumberMismatchQueryColumnNamesError(output: Seq[Attribute], queryColumnNames: Seq[String]): Throwable
  419. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  420. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  421. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  422. def windowAggregateFunctionWithFilterNotSupportedError(): Throwable
  423. def windowFrameNotMatchRequiredFrameError(f: SpecifiedWindowFrame, required: WindowFrame): Throwable
  424. def windowFunctionInsideAggregateFunctionNotAllowedError(): Throwable
  425. def windowFunctionNotAllowedError(clauseName: String): Throwable
  426. def windowFunctionWithWindowFrameNotOrderedError(wf: WindowFunction): Throwable
  427. def windowSpecificationNotDefinedError(windowName: String): Throwable
  428. def writeEmptySchemasUnsupportedByDataSourceError(): Throwable
  429. def writeIntoTempViewNotAllowedError(quoted: String): Throwable
  430. def writeIntoV1TableNotAllowedError(identifier: TableIdentifier, t: TreeNode[_]): Throwable
  431. def writeIntoViewNotAllowedError(identifier: TableIdentifier, t: TreeNode[_]): Throwable
  432. def writeTableWithMismatchedColumnsError(columnSize: Int, outputSize: Int, t: TreeNode[_]): Throwable
  433. def writeWithSaveModeUnsupportedBySourceError(source: String, createMode: String): Throwable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped