Packages

object DeltaErrors extends DeltaErrorsBase

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

Type Members

  1. case class TemporallyUnstableInputException(userTimestamp: Timestamp, commitTs: Timestamp, timestampString: String, commitVersion: Long) extends AnalysisException with Product with Serializable
    Definition Classes
    DeltaErrorsBase
  2. 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 addColumnStructNotFoundException(pos: String): Throwable
    Definition Classes
    DeltaErrorsBase
  10. def addFilePartitioningMismatchException(addFilePartitions: Seq[String], metadataPartitions: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  11. def aggsNotSupportedException(op: String, cond: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  12. def alterTableChangeColumnException(oldColumns: String, newColumns: String): Throwable
    Definition Classes
    DeltaErrorsBase
  13. def alterTableReplaceColumnsException(oldSchema: StructType, newSchema: StructType, reason: String): Throwable
    Definition Classes
    DeltaErrorsBase
  14. def alterTableSetLocationSchemaMismatchException(original: StructType, destination: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  15. def ambiguousPartitionColumnException(columnName: String, colMatches: Seq[StructField]): Throwable
    Definition Classes
    DeltaErrorsBase
  16. def ambiguousPathsInCreateTableException(identifier: String, location: String): Throwable
    Definition Classes
    DeltaErrorsBase
  17. def analysisException(msg: String, line: Option[Int] = None, startPosition: Option[Int] = None, plan: Option[LogicalPlan] = None, cause: Option[Throwable] = None): AnalysisException
    Definition Classes
    DeltaErrorsBase
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def assertValidCallingFunction(): Unit
    Definition Classes
    DocsPath
  20. def baseDocsPath(spark: SparkSession): String
    Definition Classes
    DeltaErrorsBase
  21. 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
  22. def blockCdfAndColumnMappingReads(): Throwable
    Definition Classes
    DeltaErrorsBase
  23. def blockColumnMappingAndCdcOperation(op: Operation): Throwable
    Definition Classes
    DeltaErrorsBase
  24. def blockStreamingReadsOnColumnMappingEnabledTable: Throwable
    Definition Classes
    DeltaErrorsBase
  25. def bloomFilterCreateOnNonExistingColumnsException(unknownColumns: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  26. def bloomFilterDropOnNonExistingColumnsException(unknownColumns: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  27. def bloomFilterDropOnNonIndexedColumnException(name: String): Throwable
    Definition Classes
    DeltaErrorsBase
  28. def bloomFilterInvalidParameterValueException(message: String): Throwable
    Definition Classes
    DeltaErrorsBase
  29. def bloomFilterMultipleConfForSingleColumnException(name: String): Throwable
    Definition Classes
    DeltaErrorsBase
  30. def bloomFilterOnColumnTypeNotSupportedException(name: String, dataType: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  31. def bloomFilterOnNestedColumnNotSupportedException(name: String): Throwable
    Definition Classes
    DeltaErrorsBase
  32. def bloomFilterOnPartitionColumnNotSupportedException(name: String): Throwable
    Definition Classes
    DeltaErrorsBase
  33. def cannotChangeDataType(msg: String): Throwable
    Definition Classes
    DeltaErrorsBase
  34. def cannotChangeProvider(): Throwable
    Definition Classes
    DeltaErrorsBase
  35. def cannotCreateLogPathException(logPath: String): Throwable
    Definition Classes
    DeltaErrorsBase
  36. def cannotFindSourceVersionException(json: String): Throwable
    Definition Classes
    DeltaErrorsBase
  37. def cannotGenerateUpdateExpressions(): Throwable
    Definition Classes
    DeltaErrorsBase
  38. def cannotInsertIntoColumn(tableName: String, source: String, target: String, targetType: String): Throwable
    Definition Classes
    DeltaErrorsBase
  39. def cannotModifyTableProperty(prop: String): Throwable
    Definition Classes
    DeltaErrorsBase
  40. def cannotRenamePath(tempPath: String, path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  41. def cannotReplaceMissingTableException(itableIdentifier: Identifier): Throwable
    Definition Classes
    DeltaErrorsBase
  42. def cannotResolveColumn(fieldName: String, schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  43. def cannotSetLocationMultipleTimes(locations: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  44. def cannotSpecifyBothFileListAndPatternString(): Throwable
    Definition Classes
    DeltaErrorsBase
  45. def cannotUpdateArrayField(table: String, field: String): Throwable
    Definition Classes
    DeltaErrorsBase
  46. def cannotUpdateMapField(table: String, field: String): Throwable
    Definition Classes
    DeltaErrorsBase
  47. def cannotUpdateStructField(table: String, field: String): Throwable
    Definition Classes
    DeltaErrorsBase
  48. def cannotUseDataTypeForPartitionColumnError(field: StructField): Throwable
    Definition Classes
    DeltaErrorsBase
  49. def castPartitionValueException(partitionValue: String, dataType: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  50. 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
  51. def cdcNotAllowedInThisVersion(): Throwable
    Definition Classes
    DeltaErrorsBase
  52. def cdcWriteNotAllowedInThisVersion(): Throwable
    Definition Classes
    DeltaErrorsBase
  53. def changeColumnMappingModeNotSupported(oldMode: String, newMode: String): Throwable
    Definition Classes
    DeltaErrorsBase
  54. def changeColumnMappingModeOnOldProtocol(oldProtocol: Protocol): Throwable
    Definition Classes
    DeltaErrorsBase
  55. 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
  56. def checkConstraintNotBoolean(name: String, expr: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  57. def checkpointMismatchWithSnapshot: Throwable
    Definition Classes
    DeltaErrorsBase
  58. def checkpointNonExistTable(path: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  59. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  60. def columnNameNotFoundException(colName: String, scheme: String): Throwable
    Definition Classes
    DeltaErrorsBase
  61. def columnNotFound(path: Seq[String], schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  62. def columnNotInSchemaException(column: String, schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  63. def columnOfTargetTableNotFoundInMergeException(targetCol: String, colNames: String): Throwable
    Definition Classes
    DeltaErrorsBase
  64. def columnRenameNotSupported: Throwable
    Definition Classes
    DeltaErrorsBase
  65. def commitAlreadyExistsException(version: Long, logPath: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  66. def concurrentAppendException(conflictingCommit: Option[CommitInfo], partition: String, customRetryMsg: Option[String] = None): io.delta.exceptions.ConcurrentAppendException
    Definition Classes
    DeltaErrorsBase
  67. def concurrentDeleteDeleteException(conflictingCommit: Option[CommitInfo], file: String): io.delta.exceptions.ConcurrentDeleteDeleteException
    Definition Classes
    DeltaErrorsBase
  68. def concurrentDeleteReadException(conflictingCommit: Option[CommitInfo], file: String): io.delta.exceptions.ConcurrentDeleteReadException
    Definition Classes
    DeltaErrorsBase
  69. def concurrentModificationExceptionMsg(sparkConf: SparkConf, baseMessage: String, commit: Option[CommitInfo]): String
    Definition Classes
    DeltaErrorsBase
  70. def concurrentTransactionException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.ConcurrentTransactionException
    Definition Classes
    DeltaErrorsBase
  71. def concurrentWriteException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.ConcurrentWriteException
    Definition Classes
    DeltaErrorsBase
  72. def configureSparkSessionWithExtensionAndCatalog(originalException: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  73. def constraintAlreadyExists(name: String, oldExpr: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  74. def convertMetastoreMetadataMismatchException(tableProperties: Map[String, String], deltaConfiguration: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  75. def convertNonParquetTablesException(ident: TableIdentifier, sourceName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  76. def convertToDeltaWithColumnMappingNotSupported(mode: DeltaColumnMappingMode): Throwable
    Definition Classes
    DeltaErrorsBase
  77. def createExternalTableWithoutLogException(path: Path, tableName: String, spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  78. def createExternalTableWithoutSchemaException(path: Path, tableName: String, spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  79. def createManagedTableWithoutSchemaException(tableName: String, spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  80. def createTableWithDifferentPartitioningException(path: Path, specifiedColumns: Seq[String], existingColumns: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  81. def createTableWithDifferentPropertiesException(path: Path, specifiedProperties: Map[String, String], existingProperties: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  82. def createTableWithDifferentSchemaException(path: Path, specifiedSchema: StructType, existingSchema: StructType, diffs: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  83. def createTableWithNonEmptyLocation(tableId: String, tableLocation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  84. def deltaFileNotFoundHint(faqPath: String, path: String): String

    File not found hint for Delta, replacing the normal one which is inapplicable.

    File not found hint for Delta, replacing the normal one which is inapplicable.

    Note that we must pass in the docAddress as a string, because the config is not available on executors where this method is called.

    Definition Classes
    DeltaErrorsBase
  85. def deltaLogAlreadyExistsException(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  86. def deltaSourceIgnoreChangesError(version: Long, removedFile: String): Throwable
    Definition Classes
    DeltaErrorsBase
  87. def deltaSourceIgnoreDeleteError(version: Long, removedFile: String): Throwable
    Definition Classes
    DeltaErrorsBase
  88. def deltaTableFoundInExecutor(): Throwable
    Definition Classes
    DeltaErrorsBase
  89. def deltaVersionsNotContiguousException(spark: SparkSession, deltaVersions: Seq[Long]): Throwable
    Definition Classes
    DeltaErrorsBase
  90. def describeViewHistory: Throwable
    Definition Classes
    DeltaErrorsBase
  91. def directoryNotFoundException(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  92. def dropColumnNotSupported(suggestUpgrade: Boolean): Throwable
    Definition Classes
    DeltaErrorsBase
  93. def dropNestedColumnsFromNonStructTypeException(struct: StructField): Throwable
    Definition Classes
    DeltaErrorsBase
  94. def dropPartitionColumnNotSupported(droppingPartCols: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  95. def duplicateColumnOnInsert(): Throwable
    Definition Classes
    DeltaErrorsBase
  96. def duplicateColumnsOnUpdateTable(originalException: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  97. def duplicatedColumnId(mode: DeltaColumnMappingMode, id: Long, schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  98. def duplicatedPhysicalName(mode: DeltaColumnMappingMode, physicalName: String, schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  99. def emptyCalendarInterval: Throwable
    Definition Classes
    DeltaErrorsBase
  100. def emptyDataException: Throwable
    Definition Classes
    DeltaErrorsBase
  101. def emptyDirectoryException(directory: String): Throwable
    Definition Classes
    DeltaErrorsBase
  102. 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
  103. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  104. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  105. 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

  106. def excludeRegexOptionException(regexOption: String, cause: Throwable = null): Throwable
    Definition Classes
    DeltaErrorsBase
  107. def expressionsNotFoundInGeneratedColumn(column: String): Throwable
    Definition Classes
    DeltaErrorsBase
  108. def extractReferencesFieldNotFound(field: String, exception: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  109. def failOnCheckpoint(src: String, dest: String): DeltaIllegalStateException
    Definition Classes
    DeltaErrorsBase
  110. def failOnCheckpoint(src: Path, dest: Path): DeltaIllegalStateException
    Definition Classes
    DeltaErrorsBase
  111. def failOnDataLossException(expectedVersion: Long, seenVersion: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  112. def failRelativizePath(pathName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  113. def failedFindAttributeInOutputCollumns(newAttrName: String, targetCollNames: String): Throwable
    Definition Classes
    DeltaErrorsBase
  114. def failedInferSchema: Throwable
    Definition Classes
    DeltaErrorsBase
  115. def failedMergeSchemaFile(file: String, schema: String, cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  116. def failedReadFileFooter(file: String, e: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  117. def failedRecognizePredicate(predicate: String, cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  118. def failedScanWithHistoricalVersion(historicalVersion: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  119. val faqRelativePath: String
    Definition Classes
    DeltaErrorsBase
  120. def fileAlreadyExists(file: String): Throwable
    Definition Classes
    DeltaErrorsBase
  121. def fileNotFoundException(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  122. def fileOrDirectoryNotFoundException(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  123. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  124. def formatColumn(colName: String): String
    Definition Classes
    DeltaErrorsBase
  125. def formatColumnList(colNames: Seq[String]): String
    Definition Classes
    DeltaErrorsBase
  126. def formatSchema(schema: StructType): String
    Definition Classes
    DeltaErrorsBase
  127. def foundDuplicateColumnsException(colType: String, duplicateCols: String): Throwable
    Definition Classes
    DeltaErrorsBase
  128. def foundInvalidCharsInColumnNames(cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  129. def foundMapTypeColumnException(key: String, value: String): Throwable
    Definition Classes
    DeltaErrorsBase
  130. def foundViolatingConstraintsForColumnChange(operation: String, columnName: String, constraints: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  131. def foundViolatingGeneratedColumnsForColumnChange(operation: String, columnName: String, fields: Seq[StructField]): Throwable
    Definition Classes
    DeltaErrorsBase
  132. 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
  133. def generateManifestWithColumnMappingNotSupported: Throwable
    Definition Classes
    DeltaErrorsBase
  134. def generatedColumnsAggregateExpression(expr: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  135. def generatedColumnsNonDeltaFormatError(): Throwable
    Definition Classes
    DeltaErrorsBase
  136. def generatedColumnsNonDeterministicExpression(expr: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  137. def generatedColumnsReferToWrongColumns(e: AnalysisException): Throwable
    Definition Classes
    DeltaErrorsBase
  138. def generatedColumnsTypeMismatch(column: String, columnType: DataType, exprType: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  139. def generatedColumnsUDF(expr: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  140. def generatedColumnsUnsupportedExpression(expr: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  141. def generatedColumnsUpdateColumnType(current: StructField, update: StructField): Throwable
    Definition Classes
    DeltaErrorsBase
  142. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  143. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  144. def identityColumnInconsistentMetadata(colName: String, hasStart: Boolean, hasStep: Boolean, hasInsert: Boolean): Throwable
    Definition Classes
    DeltaErrorsBase
  145. def identityColumnNotSupported(): Throwable
    Definition Classes
    DeltaErrorsBase
  146. def ignoreStreamingUpdatesAndDeletesWarning(spark: SparkSession): String
    Definition Classes
    DeltaErrorsBase
  147. def illegalDeltaOptionException(name: String, input: String, explain: String): Throwable
    Definition Classes
    DeltaErrorsBase
  148. def illegalFilesFound(file: String): Throwable
    Definition Classes
    DeltaErrorsBase
  149. def illegalUsageException(option: String, operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  150. def inSubqueryNotSupportedException(operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  151. def inconsistentLogStoreConfs(setKeys: Seq[(String, String)]): Throwable
    Definition Classes
    DeltaErrorsBase
  152. def incorrectArrayAccess(): Throwable
    Definition Classes
    DeltaErrorsBase
  153. def incorrectArrayAccessByName(rightName: String, wrongName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  154. def incorrectLogStoreImplementationException(sparkConf: SparkConf, cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  155. def indexLargerOrEqualThanStruct(pos: Int, len: Int): Throwable
    Definition Classes
    DeltaErrorsBase
  156. def indexLargerThanStruct(pos: Int, column: StructField, len: Int): Throwable
    Definition Classes
    DeltaErrorsBase
  157. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  158. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  159. def invalidColumnName(name: String): Throwable
    Definition Classes
    DeltaErrorsBase
  160. def invalidCommittedVersion(attemptVersion: Long, currentVersion: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  161. def invalidConstraintName(name: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  162. def invalidFormatFromSourceVersion(wrongVersion: Long, expectedVersion: Integer): Throwable
    Definition Classes
    DeltaErrorsBase
  163. def invalidIdempotentWritesOptionsException(explain: String): Throwable
    Definition Classes
    DeltaErrorsBase
  164. def invalidInterval(interval: String): Throwable
    Definition Classes
    DeltaErrorsBase
  165. def invalidIsolationLevelException(s: String): Throwable
    Definition Classes
    DeltaErrorsBase
  166. def invalidMergeClauseWhenNotMatched(clause: String): Throwable
    Definition Classes
    DeltaErrorsBase
  167. def invalidPartitionColumn(e: AnalysisException): Throwable
    Definition Classes
    DeltaErrorsBase
  168. def invalidPartitionColumn(col: String, tbl: String): Throwable
    Definition Classes
    DeltaErrorsBase
  169. def invalidSourceVersion(version: JValue): Throwable
    Definition Classes
    DeltaErrorsBase
  170. def invalidTableValueFunction(function: String): Throwable
    Definition Classes
    DeltaErrorsBase
  171. def invalidTimestampFormat(ts: String, format: String, cause: Option[Throwable] = None): Throwable
    Definition Classes
    DeltaErrorsBase
  172. def invalidV1TableCall(callVersion: String, tableVersion: String): Throwable
    Definition Classes
    DeltaErrorsBase
  173. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  174. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  175. def iteratorAlreadyClosed(): Throwable
    Definition Classes
    DeltaErrorsBase
  176. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  177. def logConsole(line: String): Unit
    Definition Classes
    DatabricksLogging
  178. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  179. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  180. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  181. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  182. def logFailedIntegrityCheck(version: Long, mismatchOption: String): Throwable
    Definition Classes
    DeltaErrorsBase
  183. def logFileNotFoundException(path: Path, version: Long, metadata: Metadata): Throwable
    Definition Classes
    DeltaErrorsBase
  184. def logFileNotFoundExceptionForStreamingSource(e: FileNotFoundException): Throwable
    Definition Classes
    DeltaErrorsBase
  185. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  186. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  187. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  188. def logStoreConfConflicts(classConf: Seq[(String, String)], schemeConf: Seq[(String, String)]): Throwable
    Definition Classes
    DeltaErrorsBase
  189. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  190. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  191. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  192. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  193. def maxArraySizeExceeded(): Throwable
    Definition Classes
    DeltaErrorsBase
  194. def maxCommitRetriesExceededException(attemptNumber: Int, attemptVersion: Long, initAttemptVersion: Long, numActions: Int, totalCommitAttemptTime: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  195. def metadataAbsentException(): Throwable
    Definition Classes
    DeltaErrorsBase
  196. def metadataChangedException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.MetadataChangedException
    Definition Classes
    DeltaErrorsBase
  197. def missingColumn(attr: Attribute, targetAttrs: Seq[Attribute]): Throwable
    Definition Classes
    DeltaErrorsBase
  198. def missingColumnId(mode: DeltaColumnMappingMode, field: String): Throwable
    Definition Classes
    DeltaErrorsBase
  199. def missingColumnsInInsertInto(column: String): Throwable
    Definition Classes
    DeltaErrorsBase
  200. def missingDeltaStorageJar(e: NoClassDefFoundError): Throwable
    Definition Classes
    DeltaErrorsBase
  201. def missingPartFilesException(version: Long, ae: Exception): Throwable
    Definition Classes
    DeltaErrorsBase
  202. def missingPartitionColumn(col: String, schemaCatalog: String): Throwable
    Definition Classes
    DeltaErrorsBase
  203. def missingPhysicalName(mode: DeltaColumnMappingMode, field: String): Throwable
    Definition Classes
    DeltaErrorsBase
  204. def missingProviderForConvertException(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  205. def missingTableIdentifierException(operationName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  206. def modifyAppendOnlyTableException(tableName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  207. def multiColumnInPredicateNotSupportedException(operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  208. 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
  209. def multipleLoadPathsException(paths: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  210. def multipleSourceRowMatchingTargetRowInMergeException(spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  211. def multipleTimeTravelSyntaxUsed: Throwable
    Definition Classes
    DeltaErrorsBase
  212. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  213. def nestedFieldNotSupported(operation: String, field: String): Throwable
    Definition Classes
    DeltaErrorsBase
  214. def nestedFieldsNeedRename(columns: Set[String], baseSchema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  215. def nestedNotNullConstraint(parent: String, nested: DataType, nestType: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  216. def newCheckConstraintViolated(num: Long, tableName: String, expr: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  217. def newNotNullViolated(num: Long, tableName: String, col: UnresolvedAttribute): AnalysisException
    Definition Classes
    DeltaErrorsBase
  218. def noHistoryFound(logPath: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  219. def noNewAttributeId(oldAttr: AttributeReference): Throwable
    Definition Classes
    DeltaErrorsBase
  220. def noReproducibleHistoryFound(logPath: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  221. def noStartVersionForCDC(): Throwable

    Throwable used when CDC options contain no 'start'.

    Throwable used when CDC options contain no 'start'.

    Definition Classes
    DeltaErrorsBase
  222. def nonDeterministicNotSupportedException(op: String, cond: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  223. def nonExistentColumnInSchema(column: String, schema: String): Throwable
    Definition Classes
    DeltaErrorsBase
  224. def nonExistentDeltaTable(table: String): Throwable
    Definition Classes
    DeltaErrorsBase
  225. def nonGeneratedColumnMissingUpdateExpression(column: Attribute): Throwable
    Definition Classes
    DeltaErrorsBase
  226. def nonPartitionColumnAbsentException(colsDropped: Boolean): Throwable
    Definition Classes
    DeltaErrorsBase
  227. def nonPartitionColumnReference(colName: String, partitionColumns: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  228. def nonexistentConstraint(constraintName: String, tableName: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  229. def notADeltaSourceException(command: String, plan: Option[LogicalPlan] = None): Throwable
    Definition Classes
    DeltaErrorsBase
  230. def notADeltaTable(table: String): Throwable
    Definition Classes
    DeltaErrorsBase
  231. def notADeltaTableException(operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  232. def notADeltaTableException(operation: String, deltaTableIdentifier: DeltaTableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  233. def notADeltaTableException(deltaTableIdentifier: DeltaTableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  234. def notEnoughColumnsInInsert(table: String, query: Int, target: Int, nestedField: Option[String] = None): Throwable
    Definition Classes
    DeltaErrorsBase
  235. def notFoundFileToBeRewritten(absolutePath: String, candidates: Iterable[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  236. def notNullColumnMissingException(constraint: NotNull): Throwable
    Definition Classes
    DeltaErrorsBase
  237. def notNullColumnNotFoundInStruct(struct: String): Throwable
    Definition Classes
    DeltaErrorsBase
  238. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  239. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  240. def nullableParentWithNotNullNestedField: Throwable
    Definition Classes
    DeltaErrorsBase
  241. def operationNotSupportedException(operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  242. def operationNotSupportedException(operation: String, tableIdentifier: TableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  243. def operationOnTempViewWithGenerateColsNotSupported(op: String): Throwable
    Definition Classes
    DeltaErrorsBase
  244. def outputModeNotSupportedException(dataSource: String, outputMode: String): Throwable
    Definition Classes
    DeltaErrorsBase
  245. def partitionColumnCastFailed(columnValue: String, dataType: String, columnName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  246. def partitionColumnNotFoundException(colName: String, schema: Seq[Attribute]): Throwable
    Definition Classes
    DeltaErrorsBase
  247. def partitionPathInvolvesNonPartitionColumnException(badColumns: Seq[String], fragment: String): Throwable
    Definition Classes
    DeltaErrorsBase
  248. def partitionPathParseException(fragment: String): Throwable
    Definition Classes
    DeltaErrorsBase
  249. def pathAlreadyExistsException(path: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  250. def pathNotExistsException(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  251. def pathNotSpecifiedException: Throwable
    Definition Classes
    DeltaErrorsBase
  252. def postCommitHookFailedException(failedHook: PostCommitHook, failedOnCommitVersion: Long, extraErrorMessage: String, error: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  253. def protocolChangedException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.ProtocolChangedException
    Definition Classes
    DeltaErrorsBase
  254. def protocolPropNotIntException(key: String, value: String): Throwable
    Definition Classes
    DeltaErrorsBase
  255. def provideOneOfInTimeTravel: Throwable
    Definition Classes
    DeltaErrorsBase
  256. def readTableWithoutSchemaException(identifier: String): Throwable
    Definition Classes
    DeltaErrorsBase
  257. 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
  258. 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
  259. 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
  260. def recordEvent(metric: MetricDefinition, additionalTags: Map[TagDefinition, String] = Map.empty, blob: String = null, trimBlob: Boolean = true): Unit
    Definition Classes
    DatabricksLogging
  261. def recordFrameProfile[T](group: String, name: String)(thunk: => T): T
    Attributes
    protected
    Definition Classes
    DeltaLogging
  262. 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 = null, silent: Boolean = true)(thunk: => S): S
    Definition Classes
    DatabricksLogging
  263. def recordProductEvent(metric: MetricDefinition with CentralizableMetric, additionalTags: Map[TagDefinition, String] = Map.empty, blob: String = null, trimBlob: Boolean = true): Unit
    Definition Classes
    DatabricksLogging
  264. 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
  265. 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
  266. def removeFileCDCMissingExtendedMetadata(fileName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  267. def replaceWhereMismatchException(replaceWhere: String, badPartitions: String): Throwable
    Definition Classes
    DeltaErrorsBase
  268. def replaceWhereMismatchException(replaceWhere: String, invariantViolation: InvariantViolationException): Throwable
    Definition Classes
    DeltaErrorsBase
  269. def replaceWhereUsedInOverwrite(): Throwable
    Definition Classes
    DeltaErrorsBase
  270. def replaceWhereUsedWithDynamicPartitionOverwrite(): Throwable
    Definition Classes
    DeltaErrorsBase
  271. def replaceWhereWithFilterDataChangeUnset(dataFilters: String): Throwable
    Definition Classes
    DeltaErrorsBase
  272. def restoreMissedDataFilesError(missedFiles: Array[String], version: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  273. def restoreTimestampBeforeEarliestException(userTimestamp: String, earliestTimestamp: String): Throwable
    Definition Classes
    DeltaErrorsBase
  274. def restoreTimestampGreaterThanLatestException(userTimestamp: String, latestTimestamp: String): Throwable
    Definition Classes
    DeltaErrorsBase
  275. def restoreVersionNotExistException(userVersion: Long, earliest: Long, latest: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  276. def schemaChangeDuringMappingModeChangeNotSupported(oldSchema: StructType, newSchema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  277. def schemaChangedException(oldSchema: StructType, newSchema: StructType, retryable: Boolean): Throwable
    Definition Classes
    DeltaErrorsBase
  278. def schemaChangedSinceAnalysis(atAnalysis: StructType, latestSchema: StructType, mentionLegacyFlag: Boolean = false): Throwable
    Definition Classes
    DeltaErrorsBase
  279. def schemaNotConsistentWithTarget(tableSchema: String, targetAttr: String): Throwable
    Definition Classes
    DeltaErrorsBase
  280. def schemaNotProvidedException: Throwable
    Definition Classes
    DeltaErrorsBase
  281. def schemaNotSetException: Throwable
    Definition Classes
    DeltaErrorsBase
  282. def setLocationNotSupportedOnPathIdentifiers(): Throwable
    Definition Classes
    DeltaErrorsBase
  283. def showPartitionInNotPartitionedTable(tableName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  284. def sourceNotDeterministicInMergeException(spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  285. def sparkSessionNotSetException(): Throwable
    Definition Classes
    DeltaErrorsBase
  286. def sparkTaskThreadNotFound: Throwable
    Definition Classes
    DeltaErrorsBase
  287. def specifySchemaAtReadTimeException: Throwable
    Definition Classes
    DeltaErrorsBase
  288. 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
  289. def startingVersionAndTimestampBothSetException(versionOptKey: String, timestampOptKey: String): Throwable
    Definition Classes
    DeltaErrorsBase
  290. def staticPartitionsNotSupportedException: Throwable
    Definition Classes
    DeltaErrorsBase
  291. def streamWriteNullTypeException: Throwable
    Definition Classes
    DeltaErrorsBase
  292. def subqueryNotSupportedException(op: String, cond: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  293. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  294. 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
  295. def tableAlreadyExists(table: CatalogTable): Throwable
    Definition Classes
    DeltaErrorsBase
  296. def tableNotSupportedException(operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  297. 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
  298. def timeTravelInvalidBeginValue(timeTravelKey: String, cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  299. def timeTravelNotSupportedException: Throwable
    Definition Classes
    DeltaErrorsBase
  300. def timestampGreaterThanLatestCommit(userTimestamp: Timestamp, commitTs: Timestamp, timestampString: String): Throwable
    Definition Classes
    DeltaErrorsBase
  301. def timestampInvalid(expr: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  302. def toString(): String
    Definition Classes
    AnyRef → Any
  303. def truncateTablePartitionNotSupportedException: Throwable
    Definition Classes
    DeltaErrorsBase
  304. def unSupportedInvariantNonStructType: Throwable
    Definition Classes
    DeltaErrorsBase
  305. def unexpectedAlias(alias: String): Throwable
    Definition Classes
    DeltaErrorsBase
  306. def unexpectedAttributeReference(ref: String): Throwable
    Definition Classes
    DeltaErrorsBase
  307. def unexpectedChangeFilesFound(changeFiles: String): Throwable
    Definition Classes
    DeltaErrorsBase
  308. def unexpectedDataChangeException(op: String): Throwable
    Definition Classes
    DeltaErrorsBase
  309. def unexpectedNumPartitionColumnsFromFileNameException(path: String, parsedCols: Seq[String], expectedCols: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  310. def unexpectedPartialScan(path: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  311. def unexpectedPartitionColumnFromFileNameException(path: String, parsedCol: String, expectedCol: String): Throwable
    Definition Classes
    DeltaErrorsBase
  312. def unknownConfigurationKeyException(confKey: String): Throwable
    Definition Classes
    DeltaErrorsBase
  313. def unrecognizedColumnChange(otherClass: String): Throwable
    Definition Classes
    DeltaErrorsBase
  314. def unrecognizedFileAction(otherAction: String, otherClass: String): Throwable
    Definition Classes
    DeltaErrorsBase
  315. def unrecognizedInvariant(): Throwable
    Definition Classes
    DeltaErrorsBase
  316. def unrecognizedLogFile(path: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  317. def unsetNonExistentProperty(key: String, table: String): Throwable
    Definition Classes
    DeltaErrorsBase
  318. def unsupportSubqueryInPartitionPredicates(): Throwable
    Definition Classes
    DeltaErrorsBase
  319. def unsupportedAbsPathAddFile(str: String): Throwable
    Definition Classes
    DeltaErrorsBase
  320. 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
  321. def unsupportedDataTypes(unsupportedDataType: UnsupportedDataTypeInfo, moreUnsupportedDataTypes: UnsupportedDataTypeInfo*): Throwable
    Definition Classes
    DeltaErrorsBase
  322. def unsupportedGenerateModeException(modeName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  323. def unsupportedTruncateSampleTables: Throwable
    Definition Classes
    DeltaErrorsBase
  324. def unsupportedWriteStagedTable(tableName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  325. def updateNonStructTypeFieldNotSupportedException(col: String, s: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  326. def updateSchemaMismatchExpression(from: StructType, to: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  327. def updateSetColumnNotFoundException(col: String, colList: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  328. def updateSetConflictException(cols: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  329. def useAddConstraints: Throwable
    Definition Classes
    DeltaErrorsBase
  330. def useSetLocation(): Throwable
    Definition Classes
    DeltaErrorsBase
  331. def vacuumBasePathMissingException(baseDeltaPath: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  332. def viewInDescribeDetailException(view: TableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  333. def viewNotSupported(operationName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  334. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  335. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  336. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  337. def withDmqTag[T](thunk: => T): T
    Attributes
    protected
    Definition Classes
    DeltaLogging
  338. 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
  339. def zOrderingColumnDoesNotExistException(colName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  340. def zOrderingOnColumnWithNoStatsException(colNames: Seq[String], spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  341. def zOrderingOnPartitionColumnException(colName: String): Throwable
    Definition Classes
    DeltaErrorsBase

Inherited from DeltaErrorsBase

Inherited from DeltaLogging

Inherited from DatabricksLogging

Inherited from DeltaProgressReporter

Inherited from Logging

Inherited from DocsPath

Inherited from AnyRef

Inherited from Any

Ungrouped