Packages

t

org.apache.spark.sql.delta

DeltaErrorsBase

trait DeltaErrorsBase extends DocsPath with DeltaLogging with QueryErrorsBase

A holder object for Delta errors.

IMPORTANT: Any time you add a test that references the docs, add to the Seq defined in DeltaErrorsSuite so that the doc links that are generated can be verified to work in docs.delta.io

Linear Supertypes
QueryErrorsBase, DataTypeErrorsBase, DeltaLogging, DatabricksLogging, DeltaProgressReporter, LoggingShims, Logging, DocsPath, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeltaErrorsBase
  2. QueryErrorsBase
  3. DataTypeErrorsBase
  4. DeltaLogging
  5. DatabricksLogging
  6. DeltaProgressReporter
  7. LoggingShims
  8. Logging
  9. DocsPath
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class LogStringContext extends AnyRef
    Definition Classes
    LoggingShims
  2. case class LogRetentionConfig(key: String, value: String, truncateHistoryRetention: String) extends Product with Serializable
  3. case class TemporallyUnstableInputException(userTimestamp: Timestamp, commitTs: Timestamp, timestampString: String, commitVersion: Long) extends AnalysisException with Product with Serializable
  4. case class TimestampEarlierThanCommitRetentionException(userTimestamp: Timestamp, commitTs: Timestamp, timestampString: String) extends AnalysisException with Product with Serializable

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. val EmptyCheckpointErrorMessage: String
  5. def actionNotFoundException(action: String, version: Long): Throwable
  6. def activeSparkSessionNotFound(): Throwable
  7. def activeTransactionAlreadySet(): Throwable
  8. def addColumnAtIndexLessThanZeroException(pos: String, col: String): Throwable
  9. def addColumnParentNotStructException(column: StructField, other: DataType): Throwable
  10. def addColumnStructNotFoundException(pos: String): Throwable
  11. def addCommentToMapArrayException(fieldPath: String): Throwable
  12. def addFilePartitioningMismatchException(addFilePartitions: Seq[String], metadataPartitions: Seq[String]): Throwable
  13. def addFileWithDVsAndTightBoundsException(): Throwable
  14. def addFileWithDVsMissingNumRecordsException: Throwable
  15. def addingColumnWithInternalNameFailed(colName: String): Throwable
  16. def addingDeletionVectorsDisallowedException(): Throwable
  17. def aggsNotSupportedException(op: String, cond: Expression): Throwable
  18. def alterClusterByNotAllowedException(): Throwable
  19. def alterClusterByNotOnDeltaTableException(): Throwable
  20. def alterTableChangeColumnException(fieldPath: String, oldField: StructField, newField: StructField): Throwable
  21. def alterTableClusterByOnPartitionedTableException(): Throwable
  22. def alterTableReplaceColumnsException(oldSchema: StructType, newSchema: StructType, reason: String): Throwable
  23. def alterTableSetClusteringTableFeatureException(tableFeature: String): Throwable
  24. def alterTableSetLocationSchemaMismatchException(original: StructType, destination: StructType): Throwable
  25. def ambiguousDataTypeChange(column: String, from: StructType, to: StructType): Throwable
  26. def ambiguousPartitionColumnException(columnName: String, colMatches: Seq[StructField]): Throwable
  27. def ambiguousPathsInCreateTableException(identifier: String, location: String): Throwable
  28. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  29. def assertValidCallingFunction(): Unit
    Definition Classes
    DocsPath
  30. def assertionFailedError(msg: String): Throwable
  31. def baseDocsPath(spark: SparkSession): String
  32. def baseDocsPath(conf: SparkConf): String

    The URL for the base path of Delta's docs.

    The URL for the base path of Delta's docs. When changing this path, ensure that the new path works with the error messages below.

    Attributes
    protected
    Definition Classes
    DocsPath
  33. def blockBatchCdfReadWithIncompatibleSchemaChange(start: Long, end: Long, readSchema: StructType, readVersion: Long, incompatVersion: Long, isSchemaChange: Boolean = true): Throwable

    If isSchemaChange is false, this means the incompatVersion actually refers to a data schema instead of a schema change.

    If isSchemaChange is false, this means the incompatVersion actually refers to a data schema instead of a schema change. This happens when we could not find any read-incompatible schema changes within the querying range, but the read schema is still NOT compatible with the data files being queried, which could happen if user falls back to legacy mode and read past data using some diverged latest schema or time-travelled schema. In this uncommon case, we should tell the user to try setting it back to endVersion, OR ask us to give them the flag to force unblock.

  34. def blockColumnMappingAndCdcOperation(op: Operation): Throwable
  35. def blockStreamingReadsWithIncompatibleColumnMappingSchemaChanges(spark: SparkSession, readSchema: StructType, incompatibleSchema: StructType, detectedDuringStreaming: Boolean): Throwable
  36. def bloomFilterCreateOnNonExistingColumnsException(unknownColumns: Seq[String]): Throwable
  37. def bloomFilterDropOnNonExistingColumnsException(unknownColumns: Seq[String]): Throwable
  38. def bloomFilterDropOnNonIndexedColumnException(name: String): Throwable
  39. def bloomFilterInvalidParameterValueException(message: String): Throwable
  40. def bloomFilterMultipleConfForSingleColumnException(name: String): Throwable
  41. def bloomFilterOnColumnTypeNotSupportedException(name: String, dataType: DataType): Throwable
  42. def bloomFilterOnNestedColumnNotSupportedException(name: String): Throwable
  43. def bloomFilterOnPartitionColumnNotSupportedException(name: String): Throwable
  44. def canOnlyDropCheckpointProtectionWithHistoryTruncationException: DeltaTableFeatureException
  45. def cannotChangeDataType(msg: String): Throwable
  46. def cannotChangeProvider(): Throwable
  47. def cannotContinueStreamingPostSchemaEvolution(nonAdditiveSchemaChangeOpType: String, previousSchemaChangeVersion: Long, currentSchemaChangeVersion: Long, checkpointHash: Int, allowAllMode: String, opTypeSpecificAllowMode: String): Throwable
  48. def cannotCreateLogPathException(logPath: String, cause: Throwable = null): Throwable
  49. def cannotDropCheckConstraintFeature(constraintNames: Seq[String]): AnalysisException
  50. def cannotFindSourceVersionException(json: String): Throwable
  51. def cannotGenerateUpdateExpressions(): Throwable
  52. def cannotInsertIntoColumn(tableName: String, source: String, target: String, targetType: String): Throwable
  53. def cannotModifyTableProperty(prop: String): Throwable
  54. def cannotReconstructPathFromURI(uri: String): Throwable
  55. def cannotRenamePath(tempPath: String, path: String): Throwable
  56. def cannotReplaceMissingTableException(itableIdentifier: Identifier): Throwable
  57. def cannotResolveColumn(fieldName: String, schema: StructType): Throwable
  58. def cannotSetLocationMultipleTimes(locations: Seq[String]): Throwable
  59. def cannotSpecifyBothFileListAndPatternString(): Throwable
  60. def cannotUpdateArrayField(table: String, field: String): Throwable
  61. def cannotUpdateMapField(table: String, field: String): Throwable
  62. def cannotUpdateOtherField(tableName: String, dataType: DataType): Throwable
  63. def cannotUpdateStructField(table: String, field: String): Throwable
  64. def cannotUseDataTypeForPartitionColumnError(field: StructField): Throwable
  65. def cannotWriteIntoView(table: TableIdentifier): Throwable
  66. def castPartitionValueException(partitionValue: String, dataType: DataType): Throwable
  67. def castingCauseOverflowErrorInTableWrite(from: DataType, to: DataType, columnName: String): ArithmeticException
  68. def cdcColumnsInData(columns: Seq[String]): Throwable

    Thrown when main table data contains columns that are reserved for CDF, such as _change_type.

  69. def cdcNotAllowedInThisVersion(): Throwable
  70. def cdcWriteNotAllowedInThisVersion(): Throwable
  71. def changeColumnMappingModeNotSupported(oldMode: String, newMode: String): Throwable
  72. def changeDataNotRecordedException(version: Long, start: Long, end: Long): Throwable

    Throwable used when CDC is not enabled according to table metadata.

  73. def checkConstraintNotBoolean(name: String, expr: String): AnalysisException
  74. def checkpointMismatchWithSnapshot: Throwable
  75. def checkpointNonExistTable(path: Path): Throwable
  76. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  77. def cloneAmbiguousTarget(externalLocation: String, targetIdent: TableIdentifier): Throwable
  78. def cloneFromUnsupportedSource(name: String, format: String): Throwable
  79. def cloneOnRelativePath(path: String): Throwable
  80. def cloneReplaceNonEmptyTable: Throwable
  81. def cloneReplaceUnsupported(tableIdentifier: TableIdentifier): Throwable
  82. def clusterByInvalidNumColumnsException(numColumnsLimit: Int, actualNumColumns: Int): Throwable
  83. def clusterByWithPartitionedBy(): Throwable
  84. def clusteringColumnMissingStats(clusteringColumnWithoutStats: String, statsSchema: String): Throwable
  85. def clusteringColumnUnsupportedDataTypes(clusteringColumnsWithDataTypes: String): Throwable
  86. def clusteringColumnsMismatchException(providedClusteringColumns: String, existingClusteringColumns: String): Throwable
  87. def clusteringWithPartitionPredicatesException(predicates: Seq[String]): Throwable
  88. def clusteringWithZOrderByException(zOrderBy: Seq[UnresolvedAttribute]): Throwable
  89. def columnBuilderMissingDataType(colName: String): Throwable
  90. def columnMappingAdviceMessage(requiredProtocol: Protocol = ...): String
    Attributes
    protected
  91. def columnNameNotFoundException(colName: String, scheme: String): Throwable
  92. def columnNotFound(path: Seq[String], schema: StructType): Throwable
  93. def columnNotInSchemaException(column: String, schema: DataType): Throwable
  94. def columnOfTargetTableNotFoundInMergeException(targetCol: String, colNames: String): Throwable
  95. def columnPathNotNested(columnPath: String, other: DataType, column: Seq[String], schema: DataType): Throwable
  96. def columnRenameNotSupported: Throwable
  97. def concurrentAppendException(conflictingCommit: Option[CommitInfo], partition: String, customRetryMsg: Option[String] = None): io.delta.exceptions.ConcurrentAppendException
  98. def concurrentDeleteDeleteException(conflictingCommit: Option[CommitInfo], file: String): io.delta.exceptions.ConcurrentDeleteDeleteException
  99. def concurrentDeleteReadException(conflictingCommit: Option[CommitInfo], file: String): io.delta.exceptions.ConcurrentDeleteReadException
  100. def concurrentModificationExceptionMsg(sparkConf: SparkConf, baseMessage: String, commit: Option[CommitInfo]): String
  101. def concurrentTransactionException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.ConcurrentTransactionException
  102. def concurrentWriteException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.ConcurrentWriteException
  103. def configureSparkSessionWithExtensionAndCatalog(originalException: Option[Throwable]): Throwable
  104. def constraintAlreadyExists(name: String, oldExpr: String): AnalysisException
  105. def constraintDataTypeMismatch(columnPath: Seq[String], columnType: DataType, dataType: DataType, constraints: Map[String, String]): Throwable
  106. def convertMetastoreMetadataMismatchException(tableProperties: Map[String, String], deltaConfiguration: Map[String, String]): Throwable
  107. def convertNonParquetTablesException(ident: TableIdentifier, sourceName: String): Throwable
  108. def convertToDeltaNoPartitionFound(tableName: String): Throwable
  109. def convertToDeltaRowTrackingEnabledWithoutStatsCollection: Throwable
  110. def convertToDeltaWithColumnMappingNotSupported(mode: DeltaColumnMappingMode): Throwable
  111. def createExternalTableWithoutLogException(path: Path, tableName: String, spark: SparkSession): Throwable
  112. def createExternalTableWithoutSchemaException(path: Path, tableName: String, spark: SparkSession): Throwable
  113. def createManagedTableWithoutSchemaException(tableName: String, spark: SparkSession): Throwable
  114. def createTableIdentifierLocationMismatch(identifier: String, location: String): Throwable
  115. def createTableMissingTableNameOrLocation(): Throwable
  116. def createTableSetClusteringTableFeatureException(tableFeature: String): Throwable
  117. def createTableWithDifferentClusteringException(path: Path, specifiedClusterBySpec: Option[ClusterBySpec], existingClusterBySpec: Option[ClusterBySpec]): Throwable
  118. def createTableWithDifferentPartitioningException(path: Path, specifiedColumns: Seq[String], existingColumns: Seq[String]): Throwable
  119. def createTableWithDifferentPropertiesException(path: Path, specifiedProperties: Map[String, String], existingProperties: Map[String, String]): Throwable
  120. def createTableWithDifferentSchemaException(path: Path, specifiedSchema: StructType, existingSchema: StructType, diffs: Seq[String]): Throwable
  121. def createTableWithNonEmptyLocation(tableId: String, tableLocation: String): Throwable
  122. def deletedRecordCountsHistogramDeserializationException(): Throwable
  123. def deletionVectorCardinalityMismatch(): Throwable
  124. def deletionVectorChecksumMismatch(): Throwable
  125. def deletionVectorInvalidRowIndex(): Throwable
  126. def deletionVectorSizeMismatch(): Throwable
  127. def deltaAssert(check: ⇒ Boolean, name: String, msg: String, deltaLog: DeltaLog = null, data: AnyRef = null, path: Option[Path] = None): Unit

    Helper method to check invariants in Delta code.

    Helper method to check invariants in Delta code. Fails when running in tests, records a delta assertion event and logs a warning otherwise.

    Attributes
    protected
    Definition Classes
    DeltaLogging
  128. def deltaCannotVacuumLite(): Throwable
  129. def deltaDynamicPartitionOverwriteDisabled(): Throwable
  130. def deltaLogAlreadyExistsException(path: String): Throwable
  131. def deltaSourceIgnoreChangesError(version: Long, removedFile: String, dataPath: String): Throwable
  132. def deltaSourceIgnoreDeleteError(version: Long, removedFile: String, dataPath: String): Throwable
  133. def deltaStatsCollectionColumnNotFound(statsType: String, columnPath: String): Throwable
  134. def deltaTableFoundInExecutor(): Throwable
  135. def deltaVersionsNotContiguousException(spark: SparkSession, deltaVersions: Seq[Long]): Throwable
  136. def describeViewHistory: Throwable
  137. def differentDeltaTableReadByStreamingSource(newTableId: String, oldTableId: String): Throwable
  138. def directoryNotFoundException(path: String): Throwable
  139. def domainMetadataDuplicate(domainName: String): Throwable
  140. def domainMetadataTableFeatureNotSupported(domainNames: String): Throwable
  141. def dropCheckpointProtectionWaitForRetentionPeriod(metadata: Metadata): DeltaTableFeatureException
  142. def dropClusteringColumnNotSupported(droppingClusteringCols: Seq[String]): Throwable
  143. def dropColumnAtIndexLessThanZeroException(pos: Int): Throwable
  144. def dropColumnNotSupported(suggestUpgrade: Boolean): Throwable
  145. def dropColumnOnSingleFieldSchema(schema: StructType): Throwable
  146. def dropNestedColumnsFromNonStructTypeException(struct: DataType): Throwable
  147. def dropPartitionColumnNotSupported(droppingPartCols: Seq[String]): Throwable
  148. def dropTableFeatureCheckpointFailedException(featureName: String): Throwable
  149. def dropTableFeatureConflictRevalidationFailed(conflictingCommit: Option[CommitInfo] = None): DeltaTableFeatureException
  150. def dropTableFeatureFailedBecauseOfDependentFeatures(feature: String, dependentFeatures: Seq[String]): DeltaTableFeatureException
  151. def dropTableFeatureFeatureNotSupportedByClient(feature: String): DeltaTableFeatureException
  152. def dropTableFeatureFeatureNotSupportedByProtocol(feature: String): DeltaTableFeatureException
  153. def dropTableFeatureHistoricalVersionsExist(feature: String, metadata: Metadata): DeltaTableFeatureException
  154. def dropTableFeatureNonRemovableFeature(feature: String): DeltaTableFeatureException
  155. def dropTableFeatureNotDeltaTableException(): Throwable
  156. def dropTableFeatureWaitForRetentionPeriod(feature: String, metadata: Metadata): DeltaTableFeatureException
  157. def duplicateColumnOnInsert(): Throwable
  158. def duplicateColumnsOnUpdateTable(originalException: Throwable): Throwable
  159. def duplicatedColumnId(mode: DeltaColumnMappingMode, id: Long, schema: StructType): Throwable
  160. def duplicatedPhysicalName(mode: DeltaColumnMappingMode, physicalName: String, schema: StructType): Throwable
  161. def emptyCalendarInterval: Throwable
  162. def emptyDataException: Throwable
  163. def emptyDirectoryException(directory: String): Throwable
  164. def endBeforeStartVersionInCDC(start: Long, end: Long): Throwable

    Throwable used for invalid CDC 'start' and 'end' options, where end < start

  165. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  166. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  167. def errorFindingColumnPosition(columnPath: Seq[String], schema: DataType, extraErrMsg: String): Throwable
  168. def errorsWithDocsLinks: Seq[String]

    List of error function names for all errors that have URLs.

    List of error function names for all errors that have URLs. When adding your error to this list remember to also add it to the list of errors in DeltaErrorsSuite

    Definition Classes
    DocsPath
    Note

    add your error to DeltaErrorsSuiteBase after adding it to this list so that the url can be tested

  169. def excludeRegexOptionException(regexOption: String, cause: Throwable = null): Throwable
  170. def expressionsNotFoundInGeneratedColumn(column: String): Throwable
  171. def extractReferencesFieldNotFound(field: String, exception: Throwable): Throwable
  172. def failOnCheckpointRename(src: Path, dest: Path): DeltaIllegalStateException
  173. def failOnDataLossException(expectedVersion: Long, seenVersion: Long): Throwable
  174. def failRelativizePath(pathName: String): Throwable
  175. def failToDeserializeSchemaLog(location: String): Throwable
  176. def failToParseSchemaLog: Throwable
  177. def failedFindAttributeInOutputColumns(newAttrName: String, targetColNames: String): Throwable
  178. def failedFindPartitionColumnInOutputPlan(partitionColumn: String): Throwable
  179. def failedInferSchema: Throwable
  180. def failedMergeSchemaFile(file: String, schema: String, cause: Throwable): Throwable
  181. def failedReadFileFooter(file: String, e: Throwable): Throwable
  182. def failedRecognizePredicate(predicate: String, cause: Throwable): Throwable
  183. def failedScanWithHistoricalVersion(historicalVersion: Long): Throwable
  184. def failedToGetSnapshotDuringColumnMappingStreamingReadCheck(cause: Throwable): Throwable
  185. val faqRelativePath: String
  186. def fileAlreadyExists(file: String): Throwable
  187. def fileNotFoundException(path: String): Throwable
  188. def fileOrDirectoryNotFoundException(path: String): Throwable
  189. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  190. def formatColumn(colName: String): String
  191. def formatColumnList(colNames: Seq[String]): String
  192. def formatSchema(schema: StructType): String
  193. def foundDuplicateColumnsException(colType: String, duplicateCols: String): Throwable
  194. def foundInvalidCharsInColumnNames(invalidColumnNames: Seq[String]): Throwable
  195. def foundInvalidColumnNamesWhenRemovingColumnMapping(columnNames: Seq[String]): Throwable
  196. def foundMapTypeColumnException(key: String, value: String, schema: DataType): Throwable
  197. def foundViolatingConstraintsForColumnChange(columnName: String, constraints: Map[String, String]): Throwable
  198. def foundViolatingGeneratedColumnsForColumnChange(columnName: String, generatedColumns: Map[String, String]): Throwable
  199. def generateDocsLink(conf: SparkConf, relativePath: String, skipValidation: Boolean = false): String

    Get the link to the docs for the given relativePath.

    Get the link to the docs for the given relativePath. Validates that the error generating the link is added to docsLinks.

    relativePath

    the relative path after the base url to access.

    skipValidation

    whether to validate that the function generating the link is in the allowlist.

    returns

    The entire URL of the documentation link

    Definition Classes
    DocsPath
  200. def generateManifestWithColumnMappingNotSupported: Throwable
  201. def generateNotSupportedWithDeletionVectors(): Throwable
  202. def generatedColumnsAggregateExpression(expr: Expression): Throwable
  203. def generatedColumnsDataTypeMismatch(columnPath: Seq[String], columnType: DataType, dataType: DataType, generatedColumns: Map[String, String]): Throwable
  204. def generatedColumnsExprTypeMismatch(column: String, columnType: DataType, exprType: DataType): Throwable
  205. def generatedColumnsNonDeterministicExpression(expr: Expression): Throwable
  206. def generatedColumnsReferToWrongColumns(e: AnalysisException): Throwable
  207. def generatedColumnsUDF(expr: Expression): Throwable
  208. def generatedColumnsUnsupportedExpression(expr: Expression): Throwable
  209. def generatedColumnsUnsupportedType(dt: DataType): Throwable
  210. def generatedColumnsUpdateColumnType(current: StructField, update: StructField): Throwable
  211. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  212. def getCommonTags(deltaLog: DeltaLog, tahoeId: String): Map[TagDefinition, String]
    Definition Classes
    DeltaLogging
  213. def getErrorData(e: Throwable): Map[String, Any]
    Definition Classes
    DeltaLogging
  214. def getQueryContext(sqlContext: SQLQueryContext): Array[QueryContext]
    Definition Classes
    DataTypeErrorsBase
  215. def getSummary(sqlContext: SQLQueryContext): String
    Definition Classes
    DataTypeErrorsBase
  216. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  217. def hudiClassMissing(sparkConf: SparkConf, cause: Throwable): Throwable
  218. def icebergClassMissing(sparkConf: SparkConf, cause: Throwable): Throwable
  219. def icebergCompatChangeVersionNeedRewrite(version: Int, newVersion: Int): Throwable
  220. def icebergCompatDataFileRewriteFailedException(icebergCompatVersion: Int, cause: Throwable): Throwable
  221. def icebergCompatDeletionVectorsNotPurgedException(version: Int): Throwable
  222. def icebergCompatDeletionVectorsShouldBeDisabledException(version: Int): Throwable
  223. def icebergCompatDisablingRequiredTableFeatureException(version: Int, tf: TableFeature): Throwable
  224. def icebergCompatIncompatibleTableFeatureException(version: Int, tf: TableFeature): Throwable
  225. def icebergCompatMissingRequiredTableFeatureException(version: Int, tf: TableFeature): Throwable
  226. def icebergCompatReorgAddFileTagsMissingException(tableVersion: Long, icebergCompatVersion: Int, addFilesCount: Long, addFilesWithTagsCount: Long): Throwable
  227. def icebergCompatReplacePartitionedTableException(version: Int, prevPartitionCols: Seq[String], newPartitionCols: Seq[String]): Throwable
  228. def icebergCompatUnsupportedDataTypeException(version: Int, dataType: DataType, schema: StructType): Throwable
  229. def icebergCompatUnsupportedPartitionDataTypeException(version: Int, dataType: DataType, schema: StructType): Throwable
  230. def icebergCompatVersionMutualExclusive(version: Int): Throwable
  231. def icebergCompatVersionNotSupportedException(currVersion: Int, maxVersion: Int): Throwable
  232. def icebergCompatWrongRequiredTablePropertyException(version: Int, key: String, actualValue: String, requiredValue: String): Throwable
  233. def identityColumnAlterColumnNotSupported(): Throwable
  234. def identityColumnAlterNonDeltaFormatError(): Throwable
  235. def identityColumnAlterNonIdentityColumnError(): Throwable
  236. def identityColumnDataTypeNotSupported(unsupportedType: DataType): Throwable
  237. def identityColumnExplicitInsertNotSupported(colName: String): Throwable
  238. def identityColumnIllegalStep(): Throwable
  239. def identityColumnInconsistentMetadata(colName: String, hasStart: Boolean, hasStep: Boolean, hasInsert: Boolean): Throwable
  240. def identityColumnPartitionNotSupported(colName: String): Throwable
  241. def identityColumnReplaceColumnsNotSupported(): Throwable
  242. def identityColumnUpdateNotSupported(colName: String): Throwable
  243. def identityColumnWithGenerationExpression(): Throwable
  244. def ignoreStreamingUpdatesAndDeletesWarning(spark: SparkSession): String
  245. def illegalDeltaOptionException(name: String, input: String, explain: String): Throwable
  246. def illegalFilesFound(file: String): Throwable
  247. def illegalUsageException(option: String, operation: String): Throwable
  248. def inSubqueryNotSupportedException(operation: String): Throwable
  249. def incompatibleSchemaLogDeltaTable(persistedTableId: String, tableId: String): Throwable
  250. def incompatibleSchemaLogPartitionSchema(persistedPartitionSchema: StructType, tablePartitionSchema: StructType): Throwable
  251. def inconsistentLogStoreConfs(setKeys: Seq[(String, String)]): Throwable
  252. def incorrectArrayAccess(): Throwable
  253. def incorrectArrayAccessByName(rightName: String, wrongName: String, schema: DataType): Throwable
  254. def incorrectLogStoreImplementationException(sparkConf: SparkConf, cause: Throwable): Throwable
  255. def indexLargerOrEqualThanStruct(pos: Int, len: Int): Throwable
  256. def indexLargerThanStruct(pos: Int, column: StructField, len: Int): Throwable
  257. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  258. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  259. def invalidAutoCompactType(value: String): Throwable
  260. def invalidColumnName(name: String): Throwable
  261. def invalidCommitIntermediateRedirectState(state: RedirectState): Throwable
  262. def invalidCommittedVersion(attemptVersion: Long, currentVersion: Long): Throwable
  263. def invalidConstraintName(name: String): AnalysisException
  264. def invalidFormatFromSourceVersion(wrongVersion: Long, expectedVersion: Integer): Throwable
  265. def invalidIdempotentWritesOptionsException(explain: String): Throwable
  266. def invalidInterval(interval: String): Throwable
  267. def invalidInventorySchema(expectedSchema: String): Throwable
  268. def invalidIsolationLevelException(s: String): Throwable
  269. def invalidPartitionColumn(e: AnalysisException): Throwable
  270. def invalidPartitionColumn(col: String, tbl: String): Throwable
  271. def invalidRedirectStateTransition(table: String, oldState: RedirectState, newState: RedirectState): Unit
  272. def invalidRemoveTableRedirect(table: String, currentState: RedirectState): Unit
  273. def invalidSourceOffsetFormat(): Throwable
  274. def invalidSourceVersion(version: String): Throwable
  275. def invalidTableValueFunction(function: String): Throwable
  276. def invalidTimestampFormat(ts: String, format: String, cause: Option[Throwable] = None): Throwable
  277. def invalidV1TableCall(callVersion: String, tableVersion: String): Throwable
  278. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  279. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  280. def iteratorAlreadyClosed(): Throwable
  281. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  282. def logConsole(line: String): Unit
    Definition Classes
    DatabricksLogging
  283. def logDebug(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingShims
  284. def logDebug(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    LoggingShims
  285. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  286. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  287. def logError(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingShims
  288. def logError(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    LoggingShims
  289. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  290. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  291. def logFailedIntegrityCheck(version: Long, mismatchOption: String): Throwable
  292. def logFileNotFoundException(path: Path, version: Long, metadata: Metadata): Throwable
  293. def logFileNotFoundExceptionForStreamingSource(e: FileNotFoundException): Throwable
  294. def logInfo(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingShims
  295. def logInfo(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    LoggingShims
  296. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  297. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  298. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  299. def logStoreConfConflicts(classConf: Seq[(String, String)], schemeConf: Seq[(String, String)]): Throwable
  300. def logTrace(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingShims
  301. def logTrace(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    LoggingShims
  302. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  303. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  304. def logWarning(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingShims
  305. def logWarning(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    LoggingShims
  306. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  307. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  308. def materializedRowCommitVersionMetadataMissing(tableName: String): Throwable
  309. def materializedRowIdMetadataMissing(tableName: String): Throwable
  310. def maxArraySizeExceeded(): Throwable
  311. def maxColumnIdNotSet: Throwable
  312. def maxColumnIdNotSetCorrectly(tableMax: Long, fieldMax: Long): Throwable
  313. def maxCommitRetriesExceededException(attemptNumber: Int, attemptVersion: Long, initAttemptVersion: Long, numActions: Int, totalCommitAttemptTime: Long): Throwable
  314. def mergeAddVoidColumn(columnName: String): Throwable
  315. def metadataAbsentException(): Throwable
  316. def metadataAbsentForExistingCatalogTable(tableName: String, tablePath: String): Throwable
  317. def metadataChangedException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.MetadataChangedException
  318. def missingColumn(attr: Attribute, targetAttrs: Seq[Attribute]): Throwable
  319. def missingColumnId(mode: DeltaColumnMappingMode, field: String): Throwable
  320. def missingColumnsInInsertInto(column: String): Throwable
  321. def missingCommitInfo(featureName: String, commitVersion: String): DeltaIllegalStateException
  322. def missingCommitTimestamp(commitVersion: String): DeltaIllegalStateException
  323. def missingDeltaStorageJar(e: NoClassDefFoundError): Throwable
  324. def missingPartFilesException(version: Long, ae: Exception): Throwable
  325. def missingPartitionColumn(col: String, schemaCatalog: String): Throwable
  326. def missingPhysicalName(mode: DeltaColumnMappingMode, field: String): Throwable
  327. def missingProviderForConvertException(path: String): Throwable
  328. def missingTableIdentifierException(operationName: String): Throwable
  329. def modifyAppendOnlyTableException(tableName: String): Throwable
  330. def multiColumnInPredicateNotSupportedException(operation: String): Throwable
  331. def multipleCDCBoundaryException(position: String): Throwable

    Thrown when a CDC query contains conflict 'starting' or 'ending' options, e.g.

    Thrown when a CDC query contains conflict 'starting' or 'ending' options, e.g. when both starting version and starting timestamp are specified.

    position

    Specifies which option was duplicated in the read. Values are "starting" or "ending"

  332. def multipleLoadPathsException(paths: Seq[String]): Throwable
  333. def multipleSourceRowMatchingTargetRowInMergeException(spark: SparkSession): Throwable
  334. def multipleTimeTravelSyntaxUsed: Throwable
  335. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  336. def nestedFieldNotSupported(operation: String, field: String): Throwable
  337. def nestedNotNullConstraint(parent: String, nested: DataType, nestType: String): AnalysisException
  338. def newCheckConstraintViolated(num: Long, tableName: String, expr: String): AnalysisException
  339. def newNotNullViolated(num: Long, tableName: String, col: UnresolvedAttribute): AnalysisException
  340. def noHistoryFound(logPath: Path): Throwable
  341. def noNewAttributeId(oldAttr: AttributeReference): Throwable
  342. def noRecreatableHistoryFound(logPath: Path): Throwable
  343. def noRedirectRulesViolated(op: Operation, noRedirectRules: Set[NoRedirectRule]): Throwable
  344. def noRelationTable(tableIdent: Identifier): Throwable
  345. def noStartVersionForCDC(): Throwable

    Throwable used when CDC options contain no 'start'.

  346. def nonDeterministicNotSupportedException(op: String, cond: Expression): Throwable
  347. def nonExistentColumnInSchema(column: String, schema: String): Throwable
  348. def nonExistentDeltaTable(tableId: DeltaTableIdentifier): Throwable
  349. def nonGeneratedColumnMissingUpdateExpression(columnName: String): Throwable
  350. def nonPartitionColumnAbsentException(colsDropped: Boolean): Throwable
  351. def nonPartitionColumnReference(colName: String, partitionColumns: Seq[String]): Throwable
  352. def nonSinglePartNamespaceForCatalog(ident: String): Throwable
  353. def nonexistentConstraint(constraintName: String, tableName: String): AnalysisException
  354. def notADeltaSourceException(command: String, plan: Option[LogicalPlan] = None): Throwable
  355. def notADeltaTable(table: String): Throwable
  356. def notADeltaTableException(operation: String): Throwable
  357. def notADeltaTableException(operation: String, tableName: String): Throwable
  358. def notADeltaTableException(operation: String, deltaTableIdentifier: DeltaTableIdentifier): Throwable
  359. def notADeltaTableException(deltaTableIdentifier: DeltaTableIdentifier): Throwable
  360. def notEnoughColumnsInInsert(table: String, query: Int, target: Int, nestedField: Option[String] = None): Throwable
  361. def notFoundFileToBeRewritten(absolutePath: String, candidates: Iterable[String]): Throwable
  362. def notNullColumnMissingException(constraint: NotNull): Throwable
  363. def notNullColumnNotFoundInStruct(struct: String): Throwable
  364. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  365. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  366. def nullableParentWithNotNullNestedField: Throwable
  367. def operationNotSupportedException(operation: String): Throwable
  368. def operationNotSupportedException(operation: String, tableIdentifier: TableIdentifier): Throwable
  369. def operationOnTempViewWithGenerateColsNotSupported(op: String): Throwable
  370. def optimizeFullNotSupportedException(): Throwable
  371. def outputModeNotSupportedException(dataSource: String, outputMode: String): Throwable
  372. def overwriteSchemaUsedWithDynamicPartitionOverwrite(): Throwable
  373. def partitionColumnCastFailed(columnValue: String, dataType: String, columnName: String): Throwable
  374. def partitionColumnNotFoundException(colName: String, schema: Seq[Attribute]): Throwable
  375. def partitionPathInvolvesNonPartitionColumnException(badColumns: Seq[String], fragment: String): Throwable
  376. def partitionPathParseException(fragment: String): Throwable
  377. def partitionSchemaInIcebergTables: Throwable
  378. def pathAlreadyExistsException(path: Path): Throwable
  379. def pathNotExistsException(path: String): Throwable
  380. def pathNotSpecifiedException: Throwable
  381. def postCommitHookFailedException(failedHook: PostCommitHook, failedOnCommitVersion: Long, extraErrorMessage: String, error: Throwable): Throwable
  382. def protocolChangedException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.ProtocolChangedException
  383. def protocolPropNotIntException(key: String, value: String): Throwable
  384. def provideOneOfInTimeTravel: Throwable
  385. def quoteByDefault(elem: String): String
    Attributes
    protected
    Definition Classes
    DataTypeErrorsBase
  386. def readTableWithoutSchemaException(identifier: String): Throwable
  387. def recordDeltaEvent(deltaLog: DeltaLog, opType: String, tags: Map[TagDefinition, String] = Map.empty, data: AnyRef = null, path: Option[Path] = None): Unit

    Used to record the occurrence of a single event or report detailed, operation specific statistics.

    Used to record the occurrence of a single event or report detailed, operation specific statistics.

    path

    Used to log the path of the delta table when deltaLog is null.

    Attributes
    protected
    Definition Classes
    DeltaLogging
  388. def recordDeltaOperation[A](deltaLog: DeltaLog, opType: String, tags: Map[TagDefinition, String] = Map.empty)(thunk: ⇒ A): A

    Used to report the duration as well as the success or failure of an operation on a deltaLog.

    Used to report the duration as well as the success or failure of an operation on a deltaLog.

    Attributes
    protected
    Definition Classes
    DeltaLogging
  389. def recordDeltaOperationForTablePath[A](tablePath: String, opType: String, tags: Map[TagDefinition, String] = Map.empty)(thunk: ⇒ A): A

    Used to report the duration as well as the success or failure of an operation on a tahoePath.

    Used to report the duration as well as the success or failure of an operation on a tahoePath.

    Attributes
    protected
    Definition Classes
    DeltaLogging
  390. def recordEvent(metric: MetricDefinition, additionalTags: Map[TagDefinition, String] = Map.empty, blob: String = null, trimBlob: Boolean = true): Unit
    Definition Classes
    DatabricksLogging
  391. def recordFrameProfile[T](group: String, name: String)(thunk: ⇒ T): T
    Attributes
    protected
    Definition Classes
    DeltaLogging
  392. def recordOperation[S](opType: OpType, opTarget: String = null, extraTags: Map[TagDefinition, String], isSynchronous: Boolean = true, alwaysRecordStats: Boolean = false, allowAuthTags: Boolean = false, killJvmIfStuck: Boolean = false, outputMetric: MetricDefinition = METRIC_OPERATION_DURATION, silent: Boolean = true)(thunk: ⇒ S): S
    Definition Classes
    DatabricksLogging
  393. def recordProductEvent(metric: MetricDefinition with CentralizableMetric, additionalTags: Map[TagDefinition, String] = Map.empty, blob: String = null, trimBlob: Boolean = true): Unit
    Definition Classes
    DatabricksLogging
  394. def recordProductUsage(metric: MetricDefinition with CentralizableMetric, quantity: Double, additionalTags: Map[TagDefinition, String] = Map.empty, blob: String = null, forceSample: Boolean = false, trimBlob: Boolean = true, silent: Boolean = false): Unit
    Definition Classes
    DatabricksLogging
  395. def recordUsage(metric: MetricDefinition, quantity: Double, additionalTags: Map[TagDefinition, String] = Map.empty, blob: String = null, forceSample: Boolean = false, trimBlob: Boolean = true, silent: Boolean = false): Unit
    Definition Classes
    DatabricksLogging
  396. def removeFileCDCMissingExtendedMetadata(fileName: String): Throwable
  397. def replaceWhereMismatchException(replaceWhere: String, badPartitions: String): Throwable
  398. def replaceWhereMismatchException(replaceWhere: String, invariantViolation: InvariantViolationException): Throwable
  399. def replaceWhereUsedInOverwrite(): Throwable
  400. def replaceWhereUsedWithDynamicPartitionOverwrite(): Throwable
  401. def replaceWhereWithFilterDataChangeUnset(dataFilters: String): Throwable
  402. def replacingClusteredTableWithPartitionedTableNotAllowed(): Throwable
  403. def restoreMissedDataFilesError(missedFiles: Array[String], version: Long): Throwable
  404. def restoreTimestampBeforeEarliestException(userTimestamp: String, earliestTimestamp: String): Throwable
  405. def restoreTimestampGreaterThanLatestException(userTimestamp: String, latestTimestamp: String): Throwable
  406. def restoreVersionNotExistException(userVersion: Long, earliest: Long, latest: Long): Throwable
  407. def rowIdAssignmentWithoutStats: Throwable
  408. def schemaChangeDuringMappingModeChangeNotSupported(oldSchema: StructType, newSchema: StructType): Throwable
  409. def schemaChangedException(readSchema: StructType, dataSchema: StructType, retryable: Boolean, version: Option[Long], includeStartingVersionOrTimestampMessage: Boolean): Throwable
  410. def schemaChangedSinceAnalysis(atAnalysis: StructType, latestSchema: StructType, mentionLegacyFlag: Boolean = false): Throwable
  411. def schemaNotConsistentWithTarget(tableSchema: String, targetAttr: String): Throwable
  412. def schemaNotProvidedException: Throwable
  413. def schemaNotSetException: Throwable
  414. def schemaTrackingLocationNotUnderCheckpointLocation(schemaTrackingLocation: String, checkpointLocation: String): Throwable
  415. def setLocationNotSupportedOnPathIdentifiers(): Throwable
  416. def setTransactionVersionConflict(appId: String, version1: Long, version2: Long): Throwable
  417. def showPartitionInNotPartitionedColumn(badColumns: Set[String]): Throwable
  418. def showPartitionInNotPartitionedTable(tableName: String): Throwable
  419. def sourceMaterializationFailedRepeatedlyInMerge: Throwable
  420. def sourceNotDeterministicInMergeException(spark: SparkSession): Throwable
  421. def sourcesWithConflictingSchemaTrackingLocation(schemaTrackingLocatiob: String, tableOrPath: String): Throwable
  422. def sparkSessionNotSetException(): Throwable
  423. def sparkTaskThreadNotFound: Throwable
  424. def specifySchemaAtReadTimeException: Throwable
  425. def startVersionAfterLatestVersion(start: Long, latest: Long): Throwable

    Throwable used for invalid CDC 'start' and 'latest' options, where latest < start

  426. def startingVersionAndTimestampBothSetException(versionOptKey: String, timestampOptKey: String): Throwable
  427. def staticPartitionsNotSupportedException: Throwable
  428. def statsRecomputeNotSupportedOnDvTables(): Throwable
  429. def streamWriteNullTypeException: Throwable
  430. def streamingMetadataEvolutionException(newSchema: StructType, newConfigs: Map[String, String], newProtocol: Protocol): Throwable
  431. def streamingMetadataLogInitFailedIncompatibleMetadataException(startVersion: Long, endVersion: Long): Throwable
  432. def subqueryNotSupportedException(op: String, cond: Expression): Throwable
  433. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  434. def tableAlreadyContainsCDCColumns(columns: Seq[String]): Throwable

    Thrown when main table data already contains columns that are reserved for CDF, such as _change_type, but CDF is not yet enabled on that table.

  435. def tableAlreadyExists(table: CatalogTable): Throwable
  436. def tableFeatureDropHistoryTruncationNotAllowed(): DeltaTableFeatureException
  437. def tableFeatureMismatchException(features: Iterable[String]): DeltaTableFeatureException
  438. def tableFeatureReadRequiresWriteException(requiredWriterVersion: Int): DeltaTableFeatureException
  439. def tableFeatureRequiresHigherReaderProtocolVersion(feature: String, currentVersion: Int, requiredVersion: Int): DeltaTableFeatureException
  440. def tableFeatureRequiresHigherWriterProtocolVersion(feature: String, currentVersion: Int, requiredVersion: Int): DeltaTableFeatureException
  441. def tableFeaturesRequireManualEnablementException(unsupportedFeatures: Iterable[TableFeature], supportedFeatures: Iterable[TableFeature]): Throwable
  442. def tableLocationMismatch(table: CatalogTable, existingTable: CatalogTable): Throwable
  443. def tableNotSupportedException(operation: String): Throwable
  444. def targetTableFinalSchemaEmptyException(): Throwable
  445. def throwDeltaIllegalArgumentException(): Throwable

    This is a method only used for testing Py4J exception handling.

  446. def timeTravelInvalidBeginValue(timeTravelKey: String, cause: Throwable): Throwable
  447. def timeTravelNotSupportedException: Throwable
  448. def timestampGreaterThanLatestCommit(userTimestamp: Timestamp, commitTs: Timestamp, timestampString: String): Throwable
  449. def timestampInvalid(expr: Expression): Throwable
  450. def toDSOption(option: String): String
    Definition Classes
    QueryErrorsBase
  451. def toSQLConf(conf: String): String
    Definition Classes
    DataTypeErrorsBase
  452. def toSQLConfVal(conf: String): String
    Definition Classes
    QueryErrorsBase
  453. def toSQLExpr(e: Expression): String
    Definition Classes
    QueryErrorsBase
  454. def toSQLId(parts: Seq[String]): String
    Definition Classes
    DataTypeErrorsBase
  455. def toSQLId(parts: String): String
    Definition Classes
    DataTypeErrorsBase
  456. def toSQLSchema(schema: String): String
    Definition Classes
    QueryErrorsBase
  457. def toSQLStmt(text: String): String
    Definition Classes
    DataTypeErrorsBase
  458. def toSQLType(t: AbstractDataType): String
    Definition Classes
    DataTypeErrorsBase
  459. def toSQLType(text: String): String
    Definition Classes
    DataTypeErrorsBase
  460. def toSQLValue(v: Any, t: DataType): String
    Definition Classes
    QueryErrorsBase
  461. def toSQLValue(value: Double): String
    Definition Classes
    DataTypeErrorsBase
  462. def toSQLValue(value: Float): String
    Definition Classes
    DataTypeErrorsBase
  463. def toSQLValue(value: Long): String
    Definition Classes
    DataTypeErrorsBase
  464. def toSQLValue(value: Int): String
    Definition Classes
    DataTypeErrorsBase
  465. def toSQLValue(value: Short): String
    Definition Classes
    DataTypeErrorsBase
  466. def toSQLValue(value: UTF8String): String
    Definition Classes
    DataTypeErrorsBase
  467. def toSQLValue(value: String): String
    Definition Classes
    DataTypeErrorsBase
  468. def toString(): String
    Definition Classes
    AnyRef → Any
  469. def truncateTablePartitionNotSupportedException: Throwable
  470. def unSupportedInvariantNonStructType: Throwable
  471. def unexpectedAlias(alias: String): Throwable
  472. def unexpectedAttributeReference(ref: String): Throwable
  473. def unexpectedChangeFilesFound(changeFiles: String): Throwable
  474. def unexpectedDataChangeException(op: String): Throwable
  475. def unexpectedNumPartitionColumnsFromFileNameException(path: String, parsedCols: Seq[String], expectedCols: Seq[String]): Throwable
  476. def unexpectedPartialScan(path: Path): Throwable
  477. def unexpectedPartitionColumnFromFileNameException(path: String, parsedCol: String, expectedCol: String): Throwable
  478. def unexpectedPartitionSchemaFromUserException(catalogPartitionSchema: StructType, userPartitionSchema: StructType): Throwable
  479. def unexpectedProject(project: String): Throwable
  480. def uniFormHudiDeleteVectorCompat(): Throwable
  481. def uniFormHudiSchemaCompat(unsupportedType: DataType): Throwable
  482. def uniFormIcebergRequiresIcebergCompat(): Throwable
  483. def universalFormatConversionFailedException(failedOnCommitVersion: Long, format: String, errorMessage: String): Throwable
  484. def unknownConfigurationKeyException(confKey: String): Throwable
  485. def unknownPrivilege(privilege: String): Throwable
  486. def unknownReadLimit(limit: String): Throwable
  487. def unrecognizedColumnChange(otherClass: String): Throwable
  488. def unrecognizedFileAction(otherAction: String, otherClass: String): Throwable
  489. def unrecognizedInvariant(): Throwable
  490. def unrecognizedLogFile(path: Path): Throwable
  491. def unsetNonExistentProperty(key: String, table: String): Throwable
  492. def unsupportSubqueryInPartitionPredicates(): Throwable
  493. def unsupportedAbsPathAddFile(str: String): Throwable
  494. def unsupportedColumnMappingMode(mode: String): Throwable

    We have plans to support more column mapping modes, but they are not implemented yet, so we error for now to be forward compatible with tables created in the future.

  495. def unsupportedDataTypes(unsupportedDataType: UnsupportedDataTypeInfo, moreUnsupportedDataTypes: UnsupportedDataTypeInfo*): Throwable
  496. def unsupportedDeepCloneException(): Throwable
  497. def unsupportedDeltaTableForPathHadoopConf(unsupportedOptions: Map[String, String]): Throwable
  498. def unsupportedExpression(causedBy: String, expType: DataType, supportedTypes: Seq[String]): Throwable
  499. def unsupportedGenerateModeException(modeName: String): Throwable
  500. def unsupportedReaderTableFeaturesInTableException(tableNameOrPath: String, unsupported: Iterable[String]): DeltaUnsupportedTableFeatureException
  501. def unsupportedTableFeatureConfigsException(configs: Iterable[String]): DeltaTableFeatureException
  502. def unsupportedTableFeatureStatusException(feature: String, status: String): DeltaTableFeatureException
  503. def unsupportedTruncateSampleTables: Throwable
  504. def unsupportedTypeChangeInPreview(fieldPath: Seq[String], fromType: DataType, toType: DataType, feature: TypeWideningTableFeatureBase): Throwable
  505. def unsupportedTypeChangeInSchema(fieldPath: Seq[String], fromType: DataType, toType: DataType): Throwable
  506. def unsupportedWriteStagedTable(tableName: String): Throwable
  507. def unsupportedWriterTableFeaturesInTableException(tableNameOrPath: String, unsupported: Iterable[String]): DeltaUnsupportedTableFeatureException
  508. def unsupportedWritesWithMissingCoordinators(coordinatorName: String): Throwable
  509. def updateNonStructTypeFieldNotSupportedException(col: String, s: DataType): Throwable
  510. def updateSchemaMismatchExpression(from: StructType, to: StructType): Throwable
  511. def updateSetColumnNotFoundException(col: String, colList: Seq[String]): Throwable
  512. def updateSetConflictException(cols: Seq[String]): Throwable
  513. def useAddConstraints: Throwable
  514. def useSetLocation(): Throwable
  515. def vacuumBasePathMissingException(baseDeltaPath: Path): Throwable
  516. def viewInDescribeDetailException(view: TableIdentifier): Throwable
  517. def viewNotSupported(operationName: String): Throwable
  518. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  519. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  520. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  521. def withStatusCode[T](statusCode: String, defaultMessage: String, data: Map[String, Any] = Map.empty)(body: ⇒ T): T

    Report a log to indicate some command is running.

    Report a log to indicate some command is running.

    Definition Classes
    DeltaProgressReporter
  522. def zOrderingColumnDoesNotExistException(colName: String): Throwable
  523. def zOrderingOnColumnWithNoStatsException(colNames: Seq[String], spark: SparkSession): Throwable
  524. def zOrderingOnPartitionColumnException(colName: String): Throwable

Inherited from QueryErrorsBase

Inherited from DataTypeErrorsBase

Inherited from DeltaLogging

Inherited from DatabricksLogging

Inherited from DeltaProgressReporter

Inherited from LoggingShims

Inherited from Logging

Inherited from DocsPath

Inherited from AnyRef

Inherited from Any

Ungrouped