Packages

o

org.apache.spark.sql.delta

DeltaErrors

object DeltaErrors extends DeltaErrorsBase

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

Type Members

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

Value Members

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

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

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

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

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

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

    Definition Classes
    DeltaErrorsBase
  34. def blockColumnMappingAndCdcOperation(op: Operation): Throwable
    Definition Classes
    DeltaErrorsBase
  35. def blockStreamingReadsWithIncompatibleColumnMappingSchemaChanges(spark: SparkSession, readSchema: StructType, incompatibleSchema: StructType, detectedDuringStreaming: Boolean): Throwable
    Definition Classes
    DeltaErrorsBase
  36. def bloomFilterCreateOnNonExistingColumnsException(unknownColumns: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  37. def bloomFilterDropOnNonExistingColumnsException(unknownColumns: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  38. def bloomFilterDropOnNonIndexedColumnException(name: String): Throwable
    Definition Classes
    DeltaErrorsBase
  39. def bloomFilterInvalidParameterValueException(message: String): Throwable
    Definition Classes
    DeltaErrorsBase
  40. def bloomFilterMultipleConfForSingleColumnException(name: String): Throwable
    Definition Classes
    DeltaErrorsBase
  41. def bloomFilterOnColumnTypeNotSupportedException(name: String, dataType: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  42. def bloomFilterOnNestedColumnNotSupportedException(name: String): Throwable
    Definition Classes
    DeltaErrorsBase
  43. def bloomFilterOnPartitionColumnNotSupportedException(name: String): Throwable
    Definition Classes
    DeltaErrorsBase
  44. def canOnlyDropCheckpointProtectionWithHistoryTruncationException: DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  45. def cannotChangeDataType(msg: String): Throwable
    Definition Classes
    DeltaErrorsBase
  46. def cannotChangeProvider(): Throwable
    Definition Classes
    DeltaErrorsBase
  47. def cannotContinueStreamingPostSchemaEvolution(nonAdditiveSchemaChangeOpType: String, previousSchemaChangeVersion: Long, currentSchemaChangeVersion: Long, checkpointHash: Int, allowAllMode: String, opTypeSpecificAllowMode: String): Throwable
    Definition Classes
    DeltaErrorsBase
  48. def cannotCreateLogPathException(logPath: String, cause: Throwable = null): Throwable
    Definition Classes
    DeltaErrorsBase
  49. def cannotDropCheckConstraintFeature(constraintNames: Seq[String]): AnalysisException
    Definition Classes
    DeltaErrorsBase
  50. def cannotFindSourceVersionException(json: String): Throwable
    Definition Classes
    DeltaErrorsBase
  51. def cannotGenerateUpdateExpressions(): Throwable
    Definition Classes
    DeltaErrorsBase
  52. def cannotInsertIntoColumn(tableName: String, source: String, target: String, targetType: String): Throwable
    Definition Classes
    DeltaErrorsBase
  53. def cannotModifyTableProperty(prop: String): Throwable
    Definition Classes
    DeltaErrorsBase
  54. def cannotReconstructPathFromURI(uri: String): Throwable
    Definition Classes
    DeltaErrorsBase
  55. def cannotRenamePath(tempPath: String, path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  56. def cannotReplaceMissingTableException(itableIdentifier: Identifier): Throwable
    Definition Classes
    DeltaErrorsBase
  57. def cannotResolveColumn(fieldName: String, schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  58. def cannotSetLocationMultipleTimes(locations: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  59. def cannotSpecifyBothFileListAndPatternString(): Throwable
    Definition Classes
    DeltaErrorsBase
  60. def cannotUpdateArrayField(table: String, field: String): Throwable
    Definition Classes
    DeltaErrorsBase
  61. def cannotUpdateMapField(table: String, field: String): Throwable
    Definition Classes
    DeltaErrorsBase
  62. def cannotUpdateOtherField(tableName: String, dataType: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  63. def cannotUpdateStructField(table: String, field: String): Throwable
    Definition Classes
    DeltaErrorsBase
  64. def cannotUseDataTypeForPartitionColumnError(field: StructField): Throwable
    Definition Classes
    DeltaErrorsBase
  65. def cannotWriteIntoView(table: TableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  66. def castPartitionValueException(partitionValue: String, dataType: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  67. def castingCauseOverflowErrorInTableWrite(from: DataType, to: DataType, columnName: String): ArithmeticException
    Definition Classes
    DeltaErrorsBase
  68. 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
  69. def cdcNotAllowedInThisVersion(): Throwable
    Definition Classes
    DeltaErrorsBase
  70. def cdcWriteNotAllowedInThisVersion(): Throwable
    Definition Classes
    DeltaErrorsBase
  71. def changeColumnMappingModeNotSupported(oldMode: String, newMode: String): Throwable
    Definition Classes
    DeltaErrorsBase
  72. 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
  73. def checkConstraintNotBoolean(name: String, expr: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  74. def checkpointMismatchWithSnapshot: Throwable
    Definition Classes
    DeltaErrorsBase
  75. def checkpointNonExistTable(path: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  76. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  77. def cloneAmbiguousTarget(externalLocation: String, targetIdent: TableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  78. def cloneFromUnsupportedSource(name: String, format: String): Throwable
    Definition Classes
    DeltaErrorsBase
  79. def cloneOnRelativePath(path: String): Throwable
    Definition Classes
    DeltaErrorsBase
  80. def cloneReplaceNonEmptyTable: Throwable
    Definition Classes
    DeltaErrorsBase
  81. def cloneReplaceUnsupported(tableIdentifier: TableIdentifier): Throwable
    Definition Classes
    DeltaErrorsBase
  82. def clusterByInvalidNumColumnsException(numColumnsLimit: Int, actualNumColumns: Int): Throwable
    Definition Classes
    DeltaErrorsBase
  83. def clusterByWithPartitionedBy(): Throwable
    Definition Classes
    DeltaErrorsBase
  84. def clusteringColumnMissingStats(clusteringColumnWithoutStats: String, statsSchema: String): Throwable
    Definition Classes
    DeltaErrorsBase
  85. def clusteringColumnUnsupportedDataTypes(clusteringColumnsWithDataTypes: String): Throwable
    Definition Classes
    DeltaErrorsBase
  86. def clusteringColumnsMismatchException(providedClusteringColumns: String, existingClusteringColumns: String): Throwable
    Definition Classes
    DeltaErrorsBase
  87. def clusteringWithPartitionPredicatesException(predicates: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  88. def clusteringWithZOrderByException(zOrderBy: Seq[UnresolvedAttribute]): Throwable
    Definition Classes
    DeltaErrorsBase
  89. def columnBuilderMissingDataType(colName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  90. def columnMappingAdviceMessage(requiredProtocol: Protocol = ...): String
    Attributes
    protected
    Definition Classes
    DeltaErrorsBase
  91. def columnNameNotFoundException(colName: String, scheme: String): Throwable
    Definition Classes
    DeltaErrorsBase
  92. def columnNotFound(path: Seq[String], schema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  93. def columnNotInSchemaException(column: String, schema: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  94. def columnOfTargetTableNotFoundInMergeException(targetCol: String, colNames: String): Throwable
    Definition Classes
    DeltaErrorsBase
  95. def columnPathNotNested(columnPath: String, other: DataType, column: Seq[String], schema: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  96. def columnRenameNotSupported: Throwable
    Definition Classes
    DeltaErrorsBase
  97. def concurrentAppendException(conflictingCommit: Option[CommitInfo], partition: String, customRetryMsg: Option[String] = None): io.delta.exceptions.ConcurrentAppendException
    Definition Classes
    DeltaErrorsBase
  98. def concurrentDeleteDeleteException(conflictingCommit: Option[CommitInfo], file: String): io.delta.exceptions.ConcurrentDeleteDeleteException
    Definition Classes
    DeltaErrorsBase
  99. def concurrentDeleteReadException(conflictingCommit: Option[CommitInfo], file: String): io.delta.exceptions.ConcurrentDeleteReadException
    Definition Classes
    DeltaErrorsBase
  100. def concurrentModificationExceptionMsg(sparkConf: SparkConf, baseMessage: String, commit: Option[CommitInfo]): String
    Definition Classes
    DeltaErrorsBase
  101. def concurrentTransactionException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.ConcurrentTransactionException
    Definition Classes
    DeltaErrorsBase
  102. def concurrentWriteException(conflictingCommit: Option[CommitInfo]): io.delta.exceptions.ConcurrentWriteException
    Definition Classes
    DeltaErrorsBase
  103. def configureSparkSessionWithExtensionAndCatalog(originalException: Option[Throwable]): Throwable
    Definition Classes
    DeltaErrorsBase
  104. def constraintAlreadyExists(name: String, oldExpr: String): AnalysisException
    Definition Classes
    DeltaErrorsBase
  105. def constraintDataTypeMismatch(columnPath: Seq[String], columnType: DataType, dataType: DataType, constraints: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  106. def convertMetastoreMetadataMismatchException(tableProperties: Map[String, String], deltaConfiguration: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  107. def convertNonParquetTablesException(ident: TableIdentifier, sourceName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  108. def convertToDeltaNoPartitionFound(tableName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  109. def convertToDeltaRowTrackingEnabledWithoutStatsCollection: Throwable
    Definition Classes
    DeltaErrorsBase
  110. def convertToDeltaWithColumnMappingNotSupported(mode: DeltaColumnMappingMode): Throwable
    Definition Classes
    DeltaErrorsBase
  111. def createExternalTableWithoutLogException(path: Path, tableName: String, spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  112. def createExternalTableWithoutSchemaException(path: Path, tableName: String, spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  113. def createManagedTableWithoutSchemaException(tableName: String, spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  114. def createTableIdentifierLocationMismatch(identifier: String, location: String): Throwable
    Definition Classes
    DeltaErrorsBase
  115. def createTableMissingTableNameOrLocation(): Throwable
    Definition Classes
    DeltaErrorsBase
  116. def createTableSetClusteringTableFeatureException(tableFeature: String): Throwable
    Definition Classes
    DeltaErrorsBase
  117. def createTableWithDifferentClusteringException(path: Path, specifiedClusterBySpec: Option[ClusterBySpec], existingClusterBySpec: Option[ClusterBySpec]): Throwable
    Definition Classes
    DeltaErrorsBase
  118. def createTableWithDifferentPartitioningException(path: Path, specifiedColumns: Seq[String], existingColumns: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  119. def createTableWithDifferentPropertiesException(path: Path, specifiedProperties: Map[String, String], existingProperties: Map[String, String]): Throwable
    Definition Classes
    DeltaErrorsBase
  120. def createTableWithDifferentSchemaException(path: Path, specifiedSchema: StructType, existingSchema: StructType, diffs: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  121. def createTableWithNonEmptyLocation(tableId: String, tableLocation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  122. def deletedRecordCountsHistogramDeserializationException(): Throwable
    Definition Classes
    DeltaErrorsBase
  123. def deletionVectorCardinalityMismatch(): Throwable
    Definition Classes
    DeltaErrorsBase
  124. def deletionVectorChecksumMismatch(): Throwable
    Definition Classes
    DeltaErrorsBase
  125. def deletionVectorInvalidRowIndex(): Throwable
    Definition Classes
    DeltaErrorsBase
  126. def deletionVectorSizeMismatch(): Throwable
    Definition Classes
    DeltaErrorsBase
  127. def deltaAssert(check: ⇒ Boolean, name: String, msg: String, deltaLog: DeltaLog = null, data: AnyRef = null, path: Option[Path] = None): Unit

    Helper method to check invariants in Delta code.

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

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

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

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

    Definition Classes
    DocsPath
    Note

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

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

    Get the link to the docs for the given relativePath.

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

    relativePath

    the relative path after the base url to access.

    skipValidation

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

    returns

    The entire URL of the documentation link

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

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

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

    position

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

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

    Throwable used when CDC options contain no 'start'.

    Throwable used when CDC options contain no 'start'.

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

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

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

    path

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    DeltaLogging
  390. def recordEvent(metric: MetricDefinition, additionalTags: Map[TagDefinition, String] = Map.empty, blob: String = null, trimBlob: Boolean = true): Unit
    Definition Classes
    DatabricksLogging
  391. def recordFrameProfile[T](group: String, name: String)(thunk: ⇒ T): T
    Attributes
    protected
    Definition Classes
    DeltaLogging
  392. def recordOperation[S](opType: OpType, opTarget: String = null, extraTags: Map[TagDefinition, String], isSynchronous: Boolean = true, alwaysRecordStats: Boolean = false, allowAuthTags: Boolean = false, killJvmIfStuck: Boolean = false, outputMetric: MetricDefinition = METRIC_OPERATION_DURATION, silent: Boolean = true)(thunk: ⇒ S): S
    Definition Classes
    DatabricksLogging
  393. def recordProductEvent(metric: MetricDefinition with CentralizableMetric, additionalTags: Map[TagDefinition, String] = Map.empty, blob: String = null, trimBlob: Boolean = true): Unit
    Definition Classes
    DatabricksLogging
  394. def recordProductUsage(metric: MetricDefinition with CentralizableMetric, quantity: Double, additionalTags: Map[TagDefinition, String] = Map.empty, blob: String = null, forceSample: Boolean = false, trimBlob: Boolean = true, silent: Boolean = false): Unit
    Definition Classes
    DatabricksLogging
  395. def recordUsage(metric: MetricDefinition, quantity: Double, additionalTags: Map[TagDefinition, String] = Map.empty, blob: String = null, forceSample: Boolean = false, trimBlob: Boolean = true, silent: Boolean = false): Unit
    Definition Classes
    DatabricksLogging
  396. def removeFileCDCMissingExtendedMetadata(fileName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  397. def replaceWhereMismatchException(replaceWhere: String, badPartitions: String): Throwable
    Definition Classes
    DeltaErrorsBase
  398. def replaceWhereMismatchException(replaceWhere: String, invariantViolation: InvariantViolationException): Throwable
    Definition Classes
    DeltaErrorsBase
  399. def replaceWhereUsedInOverwrite(): Throwable
    Definition Classes
    DeltaErrorsBase
  400. def replaceWhereUsedWithDynamicPartitionOverwrite(): Throwable
    Definition Classes
    DeltaErrorsBase
  401. def replaceWhereWithFilterDataChangeUnset(dataFilters: String): Throwable
    Definition Classes
    DeltaErrorsBase
  402. def replacingClusteredTableWithPartitionedTableNotAllowed(): Throwable
    Definition Classes
    DeltaErrorsBase
  403. def restoreMissedDataFilesError(missedFiles: Array[String], version: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  404. def restoreTimestampBeforeEarliestException(userTimestamp: String, earliestTimestamp: String): Throwable
    Definition Classes
    DeltaErrorsBase
  405. def restoreTimestampGreaterThanLatestException(userTimestamp: String, latestTimestamp: String): Throwable
    Definition Classes
    DeltaErrorsBase
  406. def restoreVersionNotExistException(userVersion: Long, earliest: Long, latest: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  407. def rowIdAssignmentWithoutStats: Throwable
    Definition Classes
    DeltaErrorsBase
  408. def schemaChangeDuringMappingModeChangeNotSupported(oldSchema: StructType, newSchema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  409. def schemaChangedException(readSchema: StructType, dataSchema: StructType, retryable: Boolean, version: Option[Long], includeStartingVersionOrTimestampMessage: Boolean): Throwable
    Definition Classes
    DeltaErrorsBase
  410. def schemaChangedSinceAnalysis(atAnalysis: StructType, latestSchema: StructType, mentionLegacyFlag: Boolean = false): Throwable
    Definition Classes
    DeltaErrorsBase
  411. def schemaNotConsistentWithTarget(tableSchema: String, targetAttr: String): Throwable
    Definition Classes
    DeltaErrorsBase
  412. def schemaNotProvidedException: Throwable
    Definition Classes
    DeltaErrorsBase
  413. def schemaNotSetException: Throwable
    Definition Classes
    DeltaErrorsBase
  414. def schemaTrackingLocationNotUnderCheckpointLocation(schemaTrackingLocation: String, checkpointLocation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  415. def setLocationNotSupportedOnPathIdentifiers(): Throwable
    Definition Classes
    DeltaErrorsBase
  416. def setTransactionVersionConflict(appId: String, version1: Long, version2: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  417. def showPartitionInNotPartitionedColumn(badColumns: Set[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  418. def showPartitionInNotPartitionedTable(tableName: String): Throwable
    Definition Classes
    DeltaErrorsBase
  419. def sourceMaterializationFailedRepeatedlyInMerge: Throwable
    Definition Classes
    DeltaErrorsBase
  420. def sourceNotDeterministicInMergeException(spark: SparkSession): Throwable
    Definition Classes
    DeltaErrorsBase
  421. def sourcesWithConflictingSchemaTrackingLocation(schemaTrackingLocatiob: String, tableOrPath: String): Throwable
    Definition Classes
    DeltaErrorsBase
  422. def sparkSessionNotSetException(): Throwable
    Definition Classes
    DeltaErrorsBase
  423. def sparkTaskThreadNotFound: Throwable
    Definition Classes
    DeltaErrorsBase
  424. def specifySchemaAtReadTimeException: Throwable
    Definition Classes
    DeltaErrorsBase
  425. 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
  426. def startingVersionAndTimestampBothSetException(versionOptKey: String, timestampOptKey: String): Throwable
    Definition Classes
    DeltaErrorsBase
  427. def staticPartitionsNotSupportedException: Throwable
    Definition Classes
    DeltaErrorsBase
  428. def statsRecomputeNotSupportedOnDvTables(): Throwable
    Definition Classes
    DeltaErrorsBase
  429. def streamWriteNullTypeException: Throwable
    Definition Classes
    DeltaErrorsBase
  430. def streamingMetadataEvolutionException(newSchema: StructType, newConfigs: Map[String, String], newProtocol: Protocol): Throwable
    Definition Classes
    DeltaErrorsBase
  431. def streamingMetadataLogInitFailedIncompatibleMetadataException(startVersion: Long, endVersion: Long): Throwable
    Definition Classes
    DeltaErrorsBase
  432. def subqueryNotSupportedException(op: String, cond: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  433. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  434. def tableAlreadyContainsCDCColumns(columns: Seq[String]): Throwable

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

    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
  435. def tableAlreadyExists(table: CatalogTable): Throwable
    Definition Classes
    DeltaErrorsBase
  436. def tableFeatureDropHistoryTruncationNotAllowed(): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  437. def tableFeatureMismatchException(features: Iterable[String]): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  438. def tableFeatureReadRequiresWriteException(requiredWriterVersion: Int): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  439. def tableFeatureRequiresHigherReaderProtocolVersion(feature: String, currentVersion: Int, requiredVersion: Int): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  440. def tableFeatureRequiresHigherWriterProtocolVersion(feature: String, currentVersion: Int, requiredVersion: Int): DeltaTableFeatureException
    Definition Classes
    DeltaErrorsBase
  441. def tableFeaturesRequireManualEnablementException(unsupportedFeatures: Iterable[TableFeature], supportedFeatures: Iterable[TableFeature]): Throwable
    Definition Classes
    DeltaErrorsBase
  442. def tableLocationMismatch(table: CatalogTable, existingTable: CatalogTable): Throwable
    Definition Classes
    DeltaErrorsBase
  443. def tableNotSupportedException(operation: String): Throwable
    Definition Classes
    DeltaErrorsBase
  444. def targetTableFinalSchemaEmptyException(): Throwable
    Definition Classes
    DeltaErrorsBase
  445. 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
  446. def timeTravelInvalidBeginValue(timeTravelKey: String, cause: Throwable): Throwable
    Definition Classes
    DeltaErrorsBase
  447. def timeTravelNotSupportedException: Throwable
    Definition Classes
    DeltaErrorsBase
  448. def timestampGreaterThanLatestCommit(userTimestamp: Timestamp, commitTs: Timestamp, timestampString: String): Throwable
    Definition Classes
    DeltaErrorsBase
  449. def timestampInvalid(expr: Expression): Throwable
    Definition Classes
    DeltaErrorsBase
  450. def toDSOption(option: String): String
    Definition Classes
    QueryErrorsBase
  451. def toSQLConf(conf: String): String
    Definition Classes
    DataTypeErrorsBase
  452. def toSQLConfVal(conf: String): String
    Definition Classes
    QueryErrorsBase
  453. def toSQLExpr(e: Expression): String
    Definition Classes
    QueryErrorsBase
  454. def toSQLId(parts: Seq[String]): String
    Definition Classes
    DataTypeErrorsBase
  455. def toSQLId(parts: String): String
    Definition Classes
    DataTypeErrorsBase
  456. def toSQLSchema(schema: String): String
    Definition Classes
    QueryErrorsBase
  457. def toSQLStmt(text: String): String
    Definition Classes
    DataTypeErrorsBase
  458. def toSQLType(t: AbstractDataType): String
    Definition Classes
    DataTypeErrorsBase
  459. def toSQLType(text: String): String
    Definition Classes
    DataTypeErrorsBase
  460. def toSQLValue(v: Any, t: DataType): String
    Definition Classes
    QueryErrorsBase
  461. def toSQLValue(value: Double): String
    Definition Classes
    DataTypeErrorsBase
  462. def toSQLValue(value: Float): String
    Definition Classes
    DataTypeErrorsBase
  463. def toSQLValue(value: Long): String
    Definition Classes
    DataTypeErrorsBase
  464. def toSQLValue(value: Int): String
    Definition Classes
    DataTypeErrorsBase
  465. def toSQLValue(value: Short): String
    Definition Classes
    DataTypeErrorsBase
  466. def toSQLValue(value: UTF8String): String
    Definition Classes
    DataTypeErrorsBase
  467. def toSQLValue(value: String): String
    Definition Classes
    DataTypeErrorsBase
  468. def toString(): String
    Definition Classes
    AnyRef → Any
  469. def truncateTablePartitionNotSupportedException: Throwable
    Definition Classes
    DeltaErrorsBase
  470. def unSupportedInvariantNonStructType: Throwable
    Definition Classes
    DeltaErrorsBase
  471. def unexpectedAlias(alias: String): Throwable
    Definition Classes
    DeltaErrorsBase
  472. def unexpectedAttributeReference(ref: String): Throwable
    Definition Classes
    DeltaErrorsBase
  473. def unexpectedChangeFilesFound(changeFiles: String): Throwable
    Definition Classes
    DeltaErrorsBase
  474. def unexpectedDataChangeException(op: String): Throwable
    Definition Classes
    DeltaErrorsBase
  475. def unexpectedNumPartitionColumnsFromFileNameException(path: String, parsedCols: Seq[String], expectedCols: Seq[String]): Throwable
    Definition Classes
    DeltaErrorsBase
  476. def unexpectedPartialScan(path: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  477. def unexpectedPartitionColumnFromFileNameException(path: String, parsedCol: String, expectedCol: String): Throwable
    Definition Classes
    DeltaErrorsBase
  478. def unexpectedPartitionSchemaFromUserException(catalogPartitionSchema: StructType, userPartitionSchema: StructType): Throwable
    Definition Classes
    DeltaErrorsBase
  479. def unexpectedProject(project: String): Throwable
    Definition Classes
    DeltaErrorsBase
  480. def uniFormHudiDeleteVectorCompat(): Throwable
    Definition Classes
    DeltaErrorsBase
  481. def uniFormHudiSchemaCompat(unsupportedType: DataType): Throwable
    Definition Classes
    DeltaErrorsBase
  482. def uniFormIcebergRequiresIcebergCompat(): Throwable
    Definition Classes
    DeltaErrorsBase
  483. def universalFormatConversionFailedException(failedOnCommitVersion: Long, format: String, errorMessage: String): Throwable
    Definition Classes
    DeltaErrorsBase
  484. def unknownConfigurationKeyException(confKey: String): Throwable
    Definition Classes
    DeltaErrorsBase
  485. def unknownPrivilege(privilege: String): Throwable
    Definition Classes
    DeltaErrorsBase
  486. def unknownReadLimit(limit: String): Throwable
    Definition Classes
    DeltaErrorsBase
  487. def unrecognizedColumnChange(otherClass: String): Throwable
    Definition Classes
    DeltaErrorsBase
  488. def unrecognizedFileAction(otherAction: String, otherClass: String): Throwable
    Definition Classes
    DeltaErrorsBase
  489. def unrecognizedInvariant(): Throwable
    Definition Classes
    DeltaErrorsBase
  490. def unrecognizedLogFile(path: Path): Throwable
    Definition Classes
    DeltaErrorsBase
  491. def unsetNonExistentProperty(key: String, table: String): Throwable
    Definition Classes
    DeltaErrorsBase
  492. def unsupportSubqueryInPartitionPredicates(): Throwable
    Definition Classes
    DeltaErrorsBase
  493. def unsupportedAbsPathAddFile(str: String): Throwable
    Definition Classes
    DeltaErrorsBase
  494. def unsupportedColumnMappingMode(mode: String): Throwable

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

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

    Report a log to indicate some command is running.

    Report a log to indicate some command is running.

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

Inherited from DeltaErrorsBase

Inherited from QueryErrorsBase

Inherited from DataTypeErrorsBase

Inherited from DeltaLogging

Inherited from DatabricksLogging

Inherited from DeltaProgressReporter

Inherited from LoggingShims

Inherited from Logging

Inherited from DocsPath

Inherited from AnyRef

Inherited from Any

Ungrouped