Packages

object DeltaErrors extends DeltaErrorsBase

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

Type Members

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

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

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

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

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

    Definition Classes
    DeltaErrorsBase
  66. def cdcNotAllowedInThisVersion(): Throwable
    Definition Classes
    DeltaErrorsBase
  67. def cdcWriteNotAllowedInThisVersion(): Throwable
    Definition Classes
    DeltaErrorsBase
  68. def changeColumnMappingModeNotSupported(oldMode: String, newMode: String): Throwable
    Definition Classes
    DeltaErrorsBase
  69. def changeColumnMappingModeOnOldProtocol(oldProtocol: Protocol): Throwable
    Definition Classes
    DeltaErrorsBase
  70. def changeDataNotRecordedException(version: Long, start: Long, end: Long): Throwable

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

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

    Definition Classes
    DeltaErrorsBase
  71. def checkConstraintNotBoolean(name: String, expr: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  72. def checkpointMismatchWithSnapshot: Throwable
    Definition Classes
    DeltaErrorsBase
  73. def checkpointNonExistTable(path: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  74. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  75. def cloneAmbiguousTarget(externalLocation: String, targetIdent: TableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  76. def cloneFromUnsupportedSource(name: String, format: String): Throwable
    Definition Classes
    DeltaErrorsBase
  77. def cloneOnRelativePath(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  78. def cloneReplaceNonEmptyTable: Throwable
    Definition Classes
    DeltaErrorsBase
  79. def cloneReplaceUnsupported(tableIdentifier: TableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  80. def clusterByInvalidNumColumnsException(numColumnsLimit: Int, actualNumColumns: Int): Throwable
    Definition Classes
    DeltaErrorsBase
  81. def clusterByWithPartitionedBy(): Throwable
    Definition Classes
    DeltaErrorsBase
  82. def clusteringColumnMissingStats(clusteringColumnWithoutStats: String, statsSchema: String): Throwable
    Definition Classes
    DeltaErrorsBase
  83. def clusteringColumnsMismatchException(providedClusteringColumns: String, existingClusteringColumns: String): Throwable
    Definition Classes
    DeltaErrorsBase
  84. def clusteringWithPartitionPredicatesException(predicates: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  85. def clusteringWithZOrderByException(zOrderBy: Seq[UnresolvedAttribute]): Throwable
    Definition Classes
    DeltaErrorsBase
  86. def columnBuilderMissingDataType(colName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  87. def columnNameNotFoundException(colName: String, scheme: String): Throwable
    Definition Classes
    DeltaErrorsBase
  88. def columnNotFound(path: Seq[String], schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  89. def columnNotInSchemaException(column: String, schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  90. def columnOfTargetTableNotFoundInMergeException(targetCol: String, colNames: String): Throwable
    Definition Classes
    DeltaErrorsBase
  91. def columnPathNotNested(columnPath: String, other: DataType, column: Seq[String], schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  92. def columnRenameNotSupported: Throwable
    Definition Classes
    DeltaErrorsBase
  93. def concurrentAppendException(conflictingCommit: Option[CommitInfo], partition: String, customRetryMsg: Option[String] = None): io.delta.exceptions.ConcurrentAppendException
    Definition Classes
    DeltaErrorsBase
  94. def concurrentDeleteDeleteException(conflictingCommit: Option[CommitInfo], file: String): io.delta.exceptions.ConcurrentDeleteDeleteException
    Definition Classes
    DeltaErrorsBase
  95. def concurrentDeleteReadException(conflictingCommit: Option[CommitInfo], file: String): io.delta.exceptions.ConcurrentDeleteReadException
    Definition Classes
    DeltaErrorsBase
  96. def concurrentModificationExceptionMsg(sparkConf: SparkConf, baseMessage: String, commit: Option[CommitInfo]): String
    Definition Classes
    DeltaErrorsBase
  97. def concurrentTransactionException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.ConcurrentTransactionException
    Definition Classes
    DeltaErrorsBase
  98. def concurrentWriteException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.ConcurrentWriteException
    Definition Classes
    DeltaErrorsBase
  99. def configureSparkSessionWithExtensionAndCatalog(originalException: Option[Throwable]): Throwable
    Definition Classes
    DeltaErrorsBase
  100. def constraintAlreadyExists(name: String, oldExpr: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  101. def constraintDataTypeMismatch(columnPath: Seq[String], columnType: DataType, dataType: DataType, constraints: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  102. def convertMetastoreMetadataMismatchException(tableProperties: Map[String, String], deltaConfiguration: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  103. def convertNonParquetTablesException(ident: TableIdentifier, sourceName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  104. def convertToDeltaNoPartitionFound(tableName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  105. def convertToDeltaRowTrackingEnabledWithoutStatsCollection: Throwable
    Definition Classes
    DeltaErrorsBase
  106. def convertToDeltaWithColumnMappingNotSupported(mode: DeltaColumnMappingMode): Throwable
    Definition Classes
    DeltaErrorsBase
  107. def createExternalTableWithoutLogException(path: Path, tableName: String, spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  108. def createExternalTableWithoutSchemaException(path: Path, tableName: String, spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  109. def createManagedTableWithoutSchemaException(tableName: String, spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  110. def createTableIdentifierLocationMismatch(identifier: String, location: String): Throwable
    Definition Classes
    DeltaErrorsBase
  111. def createTableMissingTableNameOrLocation(): Throwable
    Definition Classes
    DeltaErrorsBase
  112. def createTableSetClusteringTableFeatureException(tableFeature: String): Throwable
    Definition Classes
    DeltaErrorsBase
  113. def createTableWithDifferentPartitioningException(path: Path, specifiedColumns: Seq[String], existingColumns: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  114. def createTableWithDifferentPropertiesException(path: Path, specifiedProperties: Map[String, String], existingProperties: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  115. def createTableWithDifferentSchemaException(path: Path, specifiedSchema: StructType, existingSchema: StructType, diffs: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  116. def createTableWithNonEmptyLocation(tableId: String, tableLocation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  117. def deletionVectorCardinalityMismatch(): Throwable
    Definition Classes
    DeltaErrorsBase
  118. def deletionVectorChecksumMismatch(): Throwable
    Definition Classes
    DeltaErrorsBase
  119. def deletionVectorInvalidRowIndex(): Throwable
    Definition Classes
    DeltaErrorsBase
  120. def deletionVectorSizeMismatch(): Throwable
    Definition Classes
    DeltaErrorsBase
  121. 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
  122. def deltaDynamicPartitionOverwriteDisabled(): Throwable
    Definition Classes
    DeltaErrorsBase
  123. def deltaLogAlreadyExistsException(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  124. def deltaSourceIgnoreChangesError(version: Long, removedFile: String, dataPath: String): Throwable
    Definition Classes
    DeltaErrorsBase
  125. def deltaSourceIgnoreDeleteError(version: Long, removedFile: String, dataPath: String): Throwable
    Definition Classes
    DeltaErrorsBase
  126. def deltaStatsCollectionColumnNotFound(statsType: String, columnPath: String): Throwable
    Definition Classes
    DeltaErrorsBase
  127. def deltaTableFoundInExecutor(): Throwable
    Definition Classes
    DeltaErrorsBase
  128. def deltaVersionsNotContiguousException(spark: SparkSession, deltaVersions: Seq[Long]): Throwable
    Definition Classes
    DeltaErrorsBase
  129. def describeViewHistory: Throwable
    Definition Classes
    DeltaErrorsBase
  130. def differentDeltaTableReadByStreamingSource(newTableId: String, oldTableId: String): Throwable
    Definition Classes
    DeltaErrorsBase
  131. def directoryNotFoundException(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  132. def domainMetadataDuplicate(domainName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  133. def domainMetadataTableFeatureNotSupported(domainNames: String): Throwable
    Definition Classes
    DeltaErrorsBase
  134. def dropClusteringColumnNotSupported(droppingClusteringCols: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  135. def dropColumnAtIndexLessThanZeroException(pos: Int): Throwable
    Definition Classes
    DeltaErrorsBase
  136. def dropColumnNotSupported(suggestUpgrade: Boolean): Throwable
    Definition Classes
    DeltaErrorsBase
  137. def dropColumnOnSingleFieldSchema(schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  138. def dropNestedColumnsFromNonStructTypeException(struct: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  139. def dropPartitionColumnNotSupported(droppingPartCols: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  140. def dropTableFeatureConflictRevalidationFailed(conflictingCommit: Option[CommitInfo] = None): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  141. def dropTableFeatureFeatureNotSupportedByClient(feature: String): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  142. def dropTableFeatureFeatureNotSupportedByProtocol(feature: String): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  143. def dropTableFeatureHistoricalVersionsExist(feature: String, metadata: Metadata): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  144. def dropTableFeatureNonRemovableFeature(feature: String): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  145. def dropTableFeatureNotDeltaTableException(): Throwable
    Definition Classes
    DeltaErrorsBase
  146. def dropTableFeatureWaitForRetentionPeriod(feature: String, metadata: Metadata): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  147. def duplicateColumnOnInsert(): Throwable
    Definition Classes
    DeltaErrorsBase
  148. def duplicateColumnsOnUpdateTable(originalException: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  149. def duplicatedColumnId(mode: DeltaColumnMappingMode, id: Long, schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  150. def duplicatedPhysicalName(mode: DeltaColumnMappingMode, physicalName: String, schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  151. def emptyCalendarInterval: Throwable
    Definition Classes
    DeltaErrorsBase
  152. def emptyDataException: Throwable
    Definition Classes
    DeltaErrorsBase
  153. def emptyDirectoryException(directory: String): Throwable
    Definition Classes
    DeltaErrorsBase
  154. def endBeforeStartVersionInCDC(start: Long, end: Long): Throwable

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

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

    Definition Classes
    DeltaErrorsBase
  155. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  156. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  157. def errorFindingColumnPosition(columnPath: Seq[String], schema: StructType, extraErrMsg: String): Throwable
    Definition Classes
    DeltaErrorsBase
  158. 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

  159. def excludeRegexOptionException(regexOption: String, cause: Throwable = null): Throwable
    Definition Classes
    DeltaErrorsBase
  160. def expressionsNotFoundInGeneratedColumn(column: String): Throwable
    Definition Classes
    DeltaErrorsBase
  161. def extractReferencesFieldNotFound(field: String, exception: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  162. def failOnCheckpointRename(src: Path, dest: Path): DeltaIllegalStateException
    Definition Classes
    DeltaErrorsBase
  163. def failOnDataLossException(expectedVersion: Long, seenVersion: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  164. def failRelativizePath(pathName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  165. def failToDeserializeSchemaLog(location: String): Throwable
    Definition Classes
    DeltaErrorsBase
  166. def failToParseSchemaLog: Throwable
    Definition Classes
    DeltaErrorsBase
  167. def failedFindAttributeInOutputColumns(newAttrName: String, targetColNames: String): Throwable
    Definition Classes
    DeltaErrorsBase
  168. def failedFindPartitionColumnInOutputPlan(partitionColumn: String): Throwable
    Definition Classes
    DeltaErrorsBase
  169. def failedInferSchema: Throwable
    Definition Classes
    DeltaErrorsBase
  170. def failedMergeSchemaFile(file: String, schema: String, cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  171. def failedReadFileFooter(file: String, e: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  172. def failedRecognizePredicate(predicate: String, cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  173. def failedScanWithHistoricalVersion(historicalVersion: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  174. def failedToGetSnapshotDuringColumnMappingStreamingReadCheck(cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  175. val faqRelativePath: String
    Definition Classes
    DeltaErrorsBase
  176. def fileAlreadyExists(file: String): Throwable
    Definition Classes
    DeltaErrorsBase
  177. def fileNotFoundException(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  178. def fileOrDirectoryNotFoundException(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  179. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  180. def formatColumn(colName: String): String
    Definition Classes
    DeltaErrorsBase
  181. def formatColumnList(colNames: Seq[String]): String
    Definition Classes
    DeltaErrorsBase
  182. def formatSchema(schema: StructType): String
    Definition Classes
    DeltaErrorsBase
  183. def foundDuplicateColumnsException(colType: String, duplicateCols: String): Throwable
    Definition Classes
    DeltaErrorsBase
  184. def foundInvalidCharsInColumnNames(invalidColumnNames: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  185. def foundInvalidColumnNamesWhenRemovingColumnMapping(columnNames: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  186. def foundMapTypeColumnException(key: String, value: String, schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  187. def foundViolatingConstraintsForColumnChange(columnName: String, constraints: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  188. def foundViolatingGeneratedColumnsForColumnChange(columnName: String, generatedColumns: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  189. 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
  190. def generateManifestWithColumnMappingNotSupported: Throwable
    Definition Classes
    DeltaErrorsBase
  191. def generateNotSupportedWithDeletionVectors(): Throwable
    Definition Classes
    DeltaErrorsBase
  192. def generatedColumnsAggregateExpression(expr: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  193. def generatedColumnsDataTypeMismatch(columnPath: Seq[String], columnType: DataType, dataType: DataType, generatedColumns: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  194. def generatedColumnsExprTypeMismatch(column: String, columnType: DataType, exprType: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  195. def generatedColumnsNonDeterministicExpression(expr: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  196. def generatedColumnsReferToWrongColumns(e: AnalysisException): Throwable
    Definition Classes
    DeltaErrorsBase
  197. def generatedColumnsUDF(expr: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  198. def generatedColumnsUnsupportedExpression(expr: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  199. def generatedColumnsUpdateColumnType(current: StructField, update: StructField): Throwable
    Definition Classes
    DeltaErrorsBase
  200. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  201. def getCommonTags(deltaLog: DeltaLog, tahoeId: String): Map[TagDefinition, String]
    Definition Classes
    DeltaLogging
  202. def getErrorData(e: Throwable): Map[String, Any]
    Definition Classes
    DeltaLogging
  203. def getQueryContext(sqlContext: SQLQueryContext): Array[QueryContext]
    Definition Classes
    DataTypeErrorsBase
  204. def getSummary(sqlContext: SQLQueryContext): String
    Definition Classes
    DataTypeErrorsBase
  205. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  206. def hudiClassMissing(sparkConf: SparkConf, cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  207. def icebergClassMissing(sparkConf: SparkConf, cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  208. def icebergCompatChangeVersionNeedRewrite(version: Int, newVersion: Int): Throwable
    Definition Classes
    DeltaErrorsBase
  209. def icebergCompatDataFileRewriteFailedException(icebergCompatVersion: Int, cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  210. def icebergCompatDeletionVectorsNotPurgedException(version: Int): Throwable
    Definition Classes
    DeltaErrorsBase
  211. def icebergCompatDeletionVectorsShouldBeDisabledException(version: Int): Throwable
    Definition Classes
    DeltaErrorsBase
  212. def icebergCompatDisablingRequiredTableFeatureException(version: Int, tf: TableFeature): Throwable
    Definition Classes
    DeltaErrorsBase
  213. def icebergCompatIncompatibleTableFeatureException(version: Int, tf: TableFeature): Throwable
    Definition Classes
    DeltaErrorsBase
  214. def icebergCompatMissingRequiredTableFeatureException(version: Int, tf: TableFeature): Throwable
    Definition Classes
    DeltaErrorsBase
  215. def icebergCompatReorgAddFileTagsMissingException(tableVersion: Long, icebergCompatVersion: Int, addFilesCount: Long, addFilesWithTagsCount: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  216. def icebergCompatReplacePartitionedTableException(version: Int, prevPartitionCols: Seq[String], newPartitionCols: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  217. def icebergCompatUnsupportedDataTypeException(version: Int, dataType: DataType, schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  218. def icebergCompatVersionMutualExclusive(version: Int): Throwable
    Definition Classes
    DeltaErrorsBase
  219. def icebergCompatVersionNotSupportedException(currVersion: Int, maxVersion: Int): Throwable
    Definition Classes
    DeltaErrorsBase
  220. def icebergCompatWrongRequiredTablePropertyException(version: Int, key: String, actualValue: String, requiredValue: String): Throwable
    Definition Classes
    DeltaErrorsBase
  221. def identityColumnInconsistentMetadata(colName: String, hasStart: Boolean, hasStep: Boolean, hasInsert: Boolean): Throwable
    Definition Classes
    DeltaErrorsBase
  222. def ignoreStreamingUpdatesAndDeletesWarning(spark: SparkSession): String
    Definition Classes
    DeltaErrorsBase
  223. def illegalDeltaOptionException(name: String, input: String, explain: String): Throwable
    Definition Classes
    DeltaErrorsBase
  224. def illegalFilesFound(file: String): Throwable
    Definition Classes
    DeltaErrorsBase
  225. def illegalUsageException(option: String, operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  226. def inSubqueryNotSupportedException(operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  227. def incompatibleSchemaLogDeltaTable(persistedTableId: String, tableId: String): Throwable
    Definition Classes
    DeltaErrorsBase
  228. def incompatibleSchemaLogPartitionSchema(persistedPartitionSchema: StructType, tablePartitionSchema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  229. def inconsistentLogStoreConfs(setKeys: Seq[(String, String)]): Throwable
    Definition Classes
    DeltaErrorsBase
  230. def incorrectArrayAccess(): Throwable
    Definition Classes
    DeltaErrorsBase
  231. def incorrectArrayAccessByName(rightName: String, wrongName: String, schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  232. def incorrectLogStoreImplementationException(sparkConf: SparkConf, cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  233. def indexLargerOrEqualThanStruct(pos: Int, len: Int): Throwable
    Definition Classes
    DeltaErrorsBase
  234. def indexLargerThanStruct(pos: Int, column: StructField, len: Int): Throwable
    Definition Classes
    DeltaErrorsBase
  235. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  236. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  237. def invalidAutoCompactType(value: String): Throwable
    Definition Classes
    DeltaErrorsBase
  238. def invalidColumnName(name: String): Throwable
    Definition Classes
    DeltaErrorsBase
  239. def invalidCommittedVersion(attemptVersion: Long, currentVersion: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  240. def invalidConstraintName(name: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  241. def invalidFormatFromSourceVersion(wrongVersion: Long, expectedVersion: Integer): Throwable
    Definition Classes
    DeltaErrorsBase
  242. def invalidIdempotentWritesOptionsException(explain: String): Throwable
    Definition Classes
    DeltaErrorsBase
  243. def invalidInterval(interval: String): Throwable
    Definition Classes
    DeltaErrorsBase
  244. def invalidInventorySchema(expectedSchema: String): Throwable
    Definition Classes
    DeltaErrorsBase
  245. def invalidIsolationLevelException(s: String): Throwable
    Definition Classes
    DeltaErrorsBase
  246. def invalidPartitionColumn(e: AnalysisException): Throwable
    Definition Classes
    DeltaErrorsBase
  247. def invalidPartitionColumn(col: String, tbl: String): Throwable
    Definition Classes
    DeltaErrorsBase
  248. def invalidSourceOffsetFormat(): Throwable
    Definition Classes
    DeltaErrorsBase
  249. def invalidSourceVersion(version: String): Throwable
    Definition Classes
    DeltaErrorsBase
  250. def invalidTableValueFunction(function: String): Throwable
    Definition Classes
    DeltaErrorsBase
  251. def invalidTimestampFormat(ts: String, format: String, cause: Option[Throwable] = None): Throwable
    Definition Classes
    DeltaErrorsBase
  252. def invalidV1TableCall(callVersion: String, tableVersion: String): Throwable
    Definition Classes
    DeltaErrorsBase
  253. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  254. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  255. def iteratorAlreadyClosed(): Throwable
    Definition Classes
    DeltaErrorsBase
  256. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  257. def logConsole(line: String): Unit
    Definition Classes
    DatabricksLogging
  258. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  259. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  260. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  261. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  262. def logFailedIntegrityCheck(version: Long, mismatchOption: String): Throwable
    Definition Classes
    DeltaErrorsBase
  263. def logFileNotFoundException(path: Path, version: Long, metadata: Metadata): Throwable
    Definition Classes
    DeltaErrorsBase
  264. def logFileNotFoundExceptionForStreamingSource(e: FileNotFoundException): Throwable
    Definition Classes
    DeltaErrorsBase
  265. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  266. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  267. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  268. def logStoreConfConflicts(classConf: Seq[(String, String)], schemeConf: Seq[(String, String)]): Throwable
    Definition Classes
    DeltaErrorsBase
  269. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  270. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  271. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  272. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  273. def materializedRowCommitVersionMetadataMissing(tableName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  274. def materializedRowIdMetadataMissing(tableName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  275. def maxArraySizeExceeded(): Throwable
    Definition Classes
    DeltaErrorsBase
  276. def maxColumnIdNotSet: Throwable
    Definition Classes
    DeltaErrorsBase
  277. def maxColumnIdNotSetCorrectly(tableMax: Long, fieldMax: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  278. def maxCommitRetriesExceededException(attemptNumber: Int, attemptVersion: Long, initAttemptVersion: Long, numActions: Int, totalCommitAttemptTime: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  279. def mergeAddVoidColumn(columnName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  280. def metadataAbsentException(): Throwable
    Definition Classes
    DeltaErrorsBase
  281. def metadataAbsentForExistingCatalogTable(tableName: String, tablePath: String): Throwable
    Definition Classes
    DeltaErrorsBase
  282. def metadataChangedException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.MetadataChangedException
    Definition Classes
    DeltaErrorsBase
  283. def missingColumn(attr: Attribute, targetAttrs: Seq[Attribute]): Throwable
    Definition Classes
    DeltaErrorsBase
  284. def missingColumnId(mode: DeltaColumnMappingMode, field: String): Throwable
    Definition Classes
    DeltaErrorsBase
  285. def missingColumnsInInsertInto(column: String): Throwable
    Definition Classes
    DeltaErrorsBase
  286. def missingCommitInfo(featureName: String, commitVersion: String): DeltaIllegalStateException
    Definition Classes
    DeltaErrorsBase
  287. def missingCommitTimestamp(commitVersion: String): DeltaIllegalStateException
    Definition Classes
    DeltaErrorsBase
  288. def missingDeltaStorageJar(e: NoClassDefFoundError): Throwable
    Definition Classes
    DeltaErrorsBase
  289. def missingPartFilesException(version: Long, ae: Exception): Throwable
    Definition Classes
    DeltaErrorsBase
  290. def missingPartitionColumn(col: String, schemaCatalog: String): Throwable
    Definition Classes
    DeltaErrorsBase
  291. def missingPhysicalName(mode: DeltaColumnMappingMode, field: String): Throwable
    Definition Classes
    DeltaErrorsBase
  292. def missingProviderForConvertException(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  293. def missingTableIdentifierException(operationName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  294. def modifyAppendOnlyTableException(tableName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  295. def multiColumnInPredicateNotSupportedException(operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  296. 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"

    Definition Classes
    DeltaErrorsBase
  297. def multipleLoadPathsException(paths: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  298. def multipleSourceRowMatchingTargetRowInMergeException(spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  299. def multipleTimeTravelSyntaxUsed: Throwable
    Definition Classes
    DeltaErrorsBase
  300. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  301. def nestedFieldNotSupported(operation: String, field: String): Throwable
    Definition Classes
    DeltaErrorsBase
  302. def nestedNotNullConstraint(parent: String, nested: DataType, nestType: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  303. def newCheckConstraintViolated(num: Long, tableName: String, expr: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  304. def newNotNullViolated(num: Long, tableName: String, col: UnresolvedAttribute): AnalysisException
    Definition Classes
    DeltaErrorsBase
  305. def noHistoryFound(logPath: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  306. def noNewAttributeId(oldAttr: AttributeReference): Throwable
    Definition Classes
    DeltaErrorsBase
  307. def noRecreatableHistoryFound(logPath: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  308. def noRelationTable(tableIdent: Identifier): Throwable
    Definition Classes
    DeltaErrorsBase
  309. def noStartVersionForCDC(): Throwable

    Throwable used when CDC options contain no 'start'.

    Throwable used when CDC options contain no 'start'.

    Definition Classes
    DeltaErrorsBase
  310. def nonDeterministicNotSupportedException(op: String, cond: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  311. def nonExistentColumnInSchema(column: String, schema: String): Throwable
    Definition Classes
    DeltaErrorsBase
  312. def nonExistentDeltaTable(tableId: DeltaTableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  313. def nonGeneratedColumnMissingUpdateExpression(columnName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  314. def nonPartitionColumnAbsentException(colsDropped: Boolean): Throwable
    Definition Classes
    DeltaErrorsBase
  315. def nonPartitionColumnReference(colName: String, partitionColumns: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  316. def nonSinglePartNamespaceForCatalog(ident: String): Throwable
    Definition Classes
    DeltaErrorsBase
  317. def nonexistentConstraint(constraintName: String, tableName: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  318. def notADeltaSourceException(command: String, plan: Option[LogicalPlan] = None): Throwable
    Definition Classes
    DeltaErrorsBase
  319. def notADeltaTable(table: String): Throwable
    Definition Classes
    DeltaErrorsBase
  320. def notADeltaTableException(operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  321. def notADeltaTableException(operation: String, tableName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  322. def notADeltaTableException(operation: String, deltaTableIdentifier: DeltaTableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  323. def notADeltaTableException(deltaTableIdentifier: DeltaTableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  324. def notEnoughColumnsInInsert(table: String, query: Int, target: Int, nestedField: Option[String] = None): Throwable
    Definition Classes
    DeltaErrorsBase
  325. def notFoundFileToBeRewritten(absolutePath: String, candidates: Iterable[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  326. def notNullColumnMissingException(constraint: NotNull): Throwable
    Definition Classes
    DeltaErrorsBase
  327. def notNullColumnNotFoundInStruct(struct: String): Throwable
    Definition Classes
    DeltaErrorsBase
  328. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  329. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  330. def nullableParentWithNotNullNestedField: Throwable
    Definition Classes
    DeltaErrorsBase
  331. def operationNotSupportedException(operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  332. def operationNotSupportedException(operation: String, tableIdentifier: TableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  333. def operationOnTempViewWithGenerateColsNotSupported(op: String): Throwable
    Definition Classes
    DeltaErrorsBase
  334. def outputModeNotSupportedException(dataSource: String, outputMode: String): Throwable
    Definition Classes
    DeltaErrorsBase
  335. def overwriteSchemaUsedWithDynamicPartitionOverwrite(): Throwable
    Definition Classes
    DeltaErrorsBase
  336. def partitionColumnCastFailed(columnValue: String, dataType: String, columnName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  337. def partitionColumnNotFoundException(colName: String, schema: Seq[Attribute]): Throwable
    Definition Classes
    DeltaErrorsBase
  338. def partitionPathInvolvesNonPartitionColumnException(badColumns: Seq[String], fragment: String): Throwable
    Definition Classes
    DeltaErrorsBase
  339. def partitionPathParseException(fragment: String): Throwable
    Definition Classes
    DeltaErrorsBase
  340. def partitionSchemaInIcebergTables: Throwable
    Definition Classes
    DeltaErrorsBase
  341. def pathAlreadyExistsException(path: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  342. def pathNotExistsException(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  343. def pathNotSpecifiedException: Throwable
    Definition Classes
    DeltaErrorsBase
  344. def postCommitHookFailedException(failedHook: PostCommitHook, failedOnCommitVersion: Long, extraErrorMessage: String, error: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  345. def protocolChangedException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.ProtocolChangedException
    Definition Classes
    DeltaErrorsBase
  346. def protocolPropNotIntException(key: String, value: String): Throwable
    Definition Classes
    DeltaErrorsBase
  347. def provideOneOfInTimeTravel: Throwable
    Definition Classes
    DeltaErrorsBase
  348. def quoteByDefault(elem: String): String
    Attributes
    protected
    Definition Classes
    DataTypeErrorsBase
  349. def readTableWithoutSchemaException(identifier: String): Throwable
    Definition Classes
    DeltaErrorsBase
  350. 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
  351. 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
  352. 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
  353. def recordEvent(metric: MetricDefinition, additionalTags: Map[TagDefinition, String] = Map.empty, blob: String = null, trimBlob: Boolean = true): Unit
    Definition Classes
    DatabricksLogging
  354. def recordFrameProfile[T](group: String, name: String)(thunk: => T): T
    Attributes
    protected
    Definition Classes
    DeltaLogging
  355. 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
  356. def recordProductEvent(metric: MetricDefinition with CentralizableMetric, additionalTags: Map[TagDefinition, String] = Map.empty, blob: String = null, trimBlob: Boolean = true): Unit
    Definition Classes
    DatabricksLogging
  357. 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
  358. 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
  359. def removeFileCDCMissingExtendedMetadata(fileName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  360. def replaceWhereMismatchException(replaceWhere: String, badPartitions: String): Throwable
    Definition Classes
    DeltaErrorsBase
  361. def replaceWhereMismatchException(replaceWhere: String, invariantViolation: InvariantViolationException): Throwable
    Definition Classes
    DeltaErrorsBase
  362. def replaceWhereUsedInOverwrite(): Throwable
    Definition Classes
    DeltaErrorsBase
  363. def replaceWhereUsedWithDynamicPartitionOverwrite(): Throwable
    Definition Classes
    DeltaErrorsBase
  364. def replaceWhereWithFilterDataChangeUnset(dataFilters: String): Throwable
    Definition Classes
    DeltaErrorsBase
  365. def replacingClusteredTableWithPartitionedTableNotAllowed(): Throwable
    Definition Classes
    DeltaErrorsBase
  366. def restoreMissedDataFilesError(missedFiles: Array[String], version: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  367. def restoreTimestampBeforeEarliestException(userTimestamp: String, earliestTimestamp: String): Throwable
    Definition Classes
    DeltaErrorsBase
  368. def restoreTimestampGreaterThanLatestException(userTimestamp: String, latestTimestamp: String): Throwable
    Definition Classes
    DeltaErrorsBase
  369. def restoreVersionNotExistException(userVersion: Long, earliest: Long, latest: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  370. def rowIdAssignmentWithoutStats: Throwable
    Definition Classes
    DeltaErrorsBase
  371. def schemaChangeDuringMappingModeChangeNotSupported(oldSchema: StructType, newSchema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  372. def schemaChangedException(readSchema: StructType, dataSchema: StructType, retryable: Boolean, version: Option[Long], includeStartingVersionOrTimestampMessage: Boolean): Throwable
    Definition Classes
    DeltaErrorsBase
  373. def schemaChangedSinceAnalysis(atAnalysis: StructType, latestSchema: StructType, mentionLegacyFlag: Boolean = false): Throwable
    Definition Classes
    DeltaErrorsBase
  374. def schemaNotConsistentWithTarget(tableSchema: String, targetAttr: String): Throwable
    Definition Classes
    DeltaErrorsBase
  375. def schemaNotProvidedException: Throwable
    Definition Classes
    DeltaErrorsBase
  376. def schemaNotSetException: Throwable
    Definition Classes
    DeltaErrorsBase
  377. def schemaTrackingLocationNotUnderCheckpointLocation(schemaTrackingLocation: String, checkpointLocation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  378. def setLocationNotSupportedOnPathIdentifiers(): Throwable
    Definition Classes
    DeltaErrorsBase
  379. def setTransactionVersionConflict(appId: String, version1: Long, version2: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  380. def showPartitionInNotPartitionedColumn(badColumns: Set[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  381. def showPartitionInNotPartitionedTable(tableName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  382. def sourceMaterializationFailedRepeatedlyInMerge: Throwable
    Definition Classes
    DeltaErrorsBase
  383. def sourceNotDeterministicInMergeException(spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  384. def sourcesWithConflictingSchemaTrackingLocation(schemaTrackingLocatiob: String, tableOrPath: String): Throwable
    Definition Classes
    DeltaErrorsBase
  385. def sparkSessionNotSetException(): Throwable
    Definition Classes
    DeltaErrorsBase
  386. def sparkTaskThreadNotFound: Throwable
    Definition Classes
    DeltaErrorsBase
  387. def specifySchemaAtReadTimeException: Throwable
    Definition Classes
    DeltaErrorsBase
  388. def startVersionAfterLatestVersion(start: Long, latest: Long): Throwable

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

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

    Definition Classes
    DeltaErrorsBase
  389. def startingVersionAndTimestampBothSetException(versionOptKey: String, timestampOptKey: String): Throwable
    Definition Classes
    DeltaErrorsBase
  390. def staticPartitionsNotSupportedException: Throwable
    Definition Classes
    DeltaErrorsBase
  391. def statsRecomputeNotSupportedOnDvTables(): Throwable
    Definition Classes
    DeltaErrorsBase
  392. def streamWriteNullTypeException: Throwable
    Definition Classes
    DeltaErrorsBase
  393. def streamingMetadataEvolutionException(newSchema: StructType, newConfigs: Map[String, String], newProtocol: Protocol): Throwable
    Definition Classes
    DeltaErrorsBase
  394. def streamingMetadataLogInitFailedIncompatibleMetadataException(startVersion: Long, endVersion: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  395. def subqueryNotSupportedException(op: String, cond: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  396. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  397. 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.

    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.

    Definition Classes
    DeltaErrorsBase
  398. def tableAlreadyExists(table: CatalogTable): Throwable
    Definition Classes
    DeltaErrorsBase
  399. def tableFeatureDropHistoryTruncationNotAllowed(): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  400. def tableFeatureMismatchException(features: Iterable[String]): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  401. def tableFeatureReadRequiresWriteException(requiredWriterVersion: Int): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  402. def tableFeatureRequiresHigherReaderProtocolVersion(feature: String, currentVersion: Int, requiredVersion: Int): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  403. def tableFeatureRequiresHigherWriterProtocolVersion(feature: String, currentVersion: Int, requiredVersion: Int): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  404. def tableFeaturesRequireManualEnablementException(unsupportedFeatures: Iterable[TableFeature], supportedFeatures: Iterable[TableFeature]): Throwable
    Definition Classes
    DeltaErrorsBase
  405. def tableLocationMismatch(table: CatalogTable, existingTable: CatalogTable): Throwable
    Definition Classes
    DeltaErrorsBase
  406. def tableNotSupportedException(operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  407. def targetTableFinalSchemaEmptyException(): Throwable
    Definition Classes
    DeltaErrorsBase
  408. def throwDeltaIllegalArgumentException(): Throwable

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

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

    Definition Classes
    DeltaErrorsBase
  409. def timeTravelInvalidBeginValue(timeTravelKey: String, cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  410. def timeTravelNotSupportedException: Throwable
    Definition Classes
    DeltaErrorsBase
  411. def timestampGreaterThanLatestCommit(userTimestamp: Timestamp, commitTs: Timestamp, timestampString: String): Throwable
    Definition Classes
    DeltaErrorsBase
  412. def timestampInvalid(expr: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  413. def toDSOption(option: String): String
    Definition Classes
    QueryErrorsBase
  414. def toSQLConf(conf: String): String
    Definition Classes
    DataTypeErrorsBase
  415. def toSQLConfVal(conf: String): String
    Definition Classes
    QueryErrorsBase
  416. def toSQLExpr(e: Expression): String
    Definition Classes
    QueryErrorsBase
  417. def toSQLId(parts: Seq[String]): String
    Definition Classes
    DataTypeErrorsBase
  418. def toSQLId(parts: String): String
    Definition Classes
    DataTypeErrorsBase
  419. def toSQLSchema(schema: String): String
    Definition Classes
    QueryErrorsBase
  420. def toSQLStmt(text: String): String
    Definition Classes
    DataTypeErrorsBase
  421. def toSQLType(t: AbstractDataType): String
    Definition Classes
    DataTypeErrorsBase
  422. def toSQLType(text: String): String
    Definition Classes
    DataTypeErrorsBase
  423. def toSQLValue(v: Any, t: DataType): String
    Definition Classes
    QueryErrorsBase
  424. def toSQLValue(value: Double): String
    Definition Classes
    DataTypeErrorsBase
  425. def toSQLValue(value: Float): String
    Definition Classes
    DataTypeErrorsBase
  426. def toSQLValue(value: Long): String
    Definition Classes
    DataTypeErrorsBase
  427. def toSQLValue(value: Int): String
    Definition Classes
    DataTypeErrorsBase
  428. def toSQLValue(value: Short): String
    Definition Classes
    DataTypeErrorsBase
  429. def toSQLValue(value: UTF8String): String
    Definition Classes
    DataTypeErrorsBase
  430. def toSQLValue(value: String): String
    Definition Classes
    DataTypeErrorsBase
  431. def toString(): String
    Definition Classes
    AnyRef → Any
  432. def truncateTablePartitionNotSupportedException: Throwable
    Definition Classes
    DeltaErrorsBase
  433. def unSupportedInvariantNonStructType: Throwable
    Definition Classes
    DeltaErrorsBase
  434. def unexpectedAlias(alias: String): Throwable
    Definition Classes
    DeltaErrorsBase
  435. def unexpectedAttributeReference(ref: String): Throwable
    Definition Classes
    DeltaErrorsBase
  436. def unexpectedChangeFilesFound(changeFiles: String): Throwable
    Definition Classes
    DeltaErrorsBase
  437. def unexpectedDataChangeException(op: String): Throwable
    Definition Classes
    DeltaErrorsBase
  438. def unexpectedNumPartitionColumnsFromFileNameException(path: String, parsedCols: Seq[String], expectedCols: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  439. def unexpectedPartialScan(path: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  440. def unexpectedPartitionColumnFromFileNameException(path: String, parsedCol: String, expectedCol: String): Throwable
    Definition Classes
    DeltaErrorsBase
  441. def unexpectedPartitionSchemaFromUserException(catalogPartitionSchema: StructType, userPartitionSchema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  442. def unexpectedProject(project: String): Throwable
    Definition Classes
    DeltaErrorsBase
  443. def uniFormHudiDeleteVectorCompat(): Throwable
    Definition Classes
    DeltaErrorsBase
  444. def uniFormHudiSchemaCompat(unsupportedType: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  445. def uniFormIcebergRequiresIcebergCompat(): Throwable
    Definition Classes
    DeltaErrorsBase
  446. def universalFormatConversionFailedException(failedOnCommitVersion: Long, format: String, errorMessage: String): Throwable
    Definition Classes
    DeltaErrorsBase
  447. def unknownConfigurationKeyException(confKey: String): Throwable
    Definition Classes
    DeltaErrorsBase
  448. def unknownPrivilege(privilege: String): Throwable
    Definition Classes
    DeltaErrorsBase
  449. def unknownReadLimit(limit: String): Throwable
    Definition Classes
    DeltaErrorsBase
  450. def unrecognizedColumnChange(otherClass: String): Throwable
    Definition Classes
    DeltaErrorsBase
  451. def unrecognizedFileAction(otherAction: String, otherClass: String): Throwable
    Definition Classes
    DeltaErrorsBase
  452. def unrecognizedInvariant(): Throwable
    Definition Classes
    DeltaErrorsBase
  453. def unrecognizedLogFile(path: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  454. def unsetNonExistentProperty(key: String, table: String): Throwable
    Definition Classes
    DeltaErrorsBase
  455. def unsupportSubqueryInPartitionPredicates(): Throwable
    Definition Classes
    DeltaErrorsBase
  456. def unsupportedAbsPathAddFile(str: String): Throwable
    Definition Classes
    DeltaErrorsBase
  457. 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.

    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.

    Definition Classes
    DeltaErrorsBase
  458. def unsupportedDataTypes(unsupportedDataType: UnsupportedDataTypeInfo, moreUnsupportedDataTypes: UnsupportedDataTypeInfo*): Throwable
    Definition Classes
    DeltaErrorsBase
  459. def unsupportedDeltaTableForPathHadoopConf(unsupportedOptions: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  460. def unsupportedExpression(causedBy: String, expType: DataType, supportedTypes: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  461. def unsupportedGenerateModeException(modeName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  462. def unsupportedReaderTableFeaturesInTableException(tableNameOrPath: String, unsupported: Iterable[String]): DeltaUnsupportedTableFeatureException
    Definition Classes
    DeltaErrorsBase
  463. def unsupportedTableFeatureConfigsException(configs: Iterable[String]): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  464. def unsupportedTableFeatureStatusException(feature: String, status: String): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  465. def unsupportedTruncateSampleTables: Throwable
    Definition Classes
    DeltaErrorsBase
  466. def unsupportedTypeChangeInSchema(fieldPath: Seq[String], fromType: DataType, toType: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  467. def unsupportedWriteStagedTable(tableName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  468. def unsupportedWriterTableFeaturesInTableException(tableNameOrPath: String, unsupported: Iterable[String]): DeltaUnsupportedTableFeatureException
    Definition Classes
    DeltaErrorsBase
  469. def updateNonStructTypeFieldNotSupportedException(col: String, s: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  470. def updateSchemaMismatchExpression(from: StructType, to: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  471. def updateSetColumnNotFoundException(col: String, colList: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  472. def updateSetConflictException(cols: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  473. def useAddConstraints: Throwable
    Definition Classes
    DeltaErrorsBase
  474. def useSetLocation(): Throwable
    Definition Classes
    DeltaErrorsBase
  475. def vacuumBasePathMissingException(baseDeltaPath: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  476. def viewInDescribeDetailException(view: TableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  477. def viewNotSupported(operationName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  478. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  479. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  480. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  481. 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
  482. def zOrderingColumnDoesNotExistException(colName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  483. def zOrderingOnColumnWithNoStatsException(colNames: Seq[String], spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  484. def zOrderingOnPartitionColumnException(colName: String): Throwable
    Definition Classes
    DeltaErrorsBase

Inherited from DeltaErrorsBase

Inherited from QueryErrorsBase

Inherited from DataTypeErrorsBase

Inherited from DeltaLogging

Inherited from DatabricksLogging

Inherited from DeltaProgressReporter

Inherited from Logging

Inherited from DocsPath

Inherited from AnyRef

Inherited from Any

Ungrouped