Packages

t

org.apache.spark.sql.delta

DeltaErrorsBase

trait DeltaErrorsBase extends DocsPath with DeltaLogging with QueryErrorsBase

A holder object for Delta errors.

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

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

Type Members

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

Value Members

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

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

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

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

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

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

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

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

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

    Throwable used when CDC options contain no 'start'.

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

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

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

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

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

  409. def timeTravelInvalidBeginValue(timeTravelKey: String, cause: Throwable): Throwable
  410. def timeTravelNotSupportedException: Throwable
  411. def timestampGreaterThanLatestCommit(userTimestamp: Timestamp, commitTs: Timestamp, timestampString: String): Throwable
  412. def timestampInvalid(expr: Expression): Throwable
  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
  433. def unSupportedInvariantNonStructType: Throwable
  434. def unexpectedAlias(alias: String): Throwable
  435. def unexpectedAttributeReference(ref: String): Throwable
  436. def unexpectedChangeFilesFound(changeFiles: String): Throwable
  437. def unexpectedDataChangeException(op: String): Throwable
  438. def unexpectedNumPartitionColumnsFromFileNameException(path: String, parsedCols: Seq[String], expectedCols: Seq[String]): Throwable
  439. def unexpectedPartialScan(path: Path): Throwable
  440. def unexpectedPartitionColumnFromFileNameException(path: String, parsedCol: String, expectedCol: String): Throwable
  441. def unexpectedPartitionSchemaFromUserException(catalogPartitionSchema: StructType, userPartitionSchema: StructType): Throwable
  442. def unexpectedProject(project: String): Throwable
  443. def uniFormHudiDeleteVectorCompat(): Throwable
  444. def uniFormHudiSchemaCompat(unsupportedType: DataType): Throwable
  445. def uniFormIcebergRequiresIcebergCompat(): Throwable
  446. def universalFormatConversionFailedException(failedOnCommitVersion: Long, format: String, errorMessage: String): Throwable
  447. def unknownConfigurationKeyException(confKey: String): Throwable
  448. def unknownPrivilege(privilege: String): Throwable
  449. def unknownReadLimit(limit: String): Throwable
  450. def unrecognizedColumnChange(otherClass: String): Throwable
  451. def unrecognizedFileAction(otherAction: String, otherClass: String): Throwable
  452. def unrecognizedInvariant(): Throwable
  453. def unrecognizedLogFile(path: Path): Throwable
  454. def unsetNonExistentProperty(key: String, table: String): Throwable
  455. def unsupportSubqueryInPartitionPredicates(): Throwable
  456. def unsupportedAbsPathAddFile(str: String): Throwable
  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.

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

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