object GraphErrors
Collection of errors that can be thrown during graph resolution / analysis.
- Source
- GraphErrors.scala
- Alphabetic
- By Inheritance
- GraphErrors
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def incompatibleUserSpecifiedAndInferredSchemasError(tableIdentifier: TableIdentifier, datasetType: DatasetType, specifiedSchema: StructType, inferredSchema: StructType, cause: Option[Throwable] = None): AnalysisException
Throws an error if the user-specified schema and the inferred schema are not compatible.
Throws an error if the user-specified schema and the inferred schema are not compatible.
- tableIdentifier
the identifier of the table that was not found
- def invalidNameInUseCommandError(command: String, name: String, reason: String): SparkException
Throws when the catalog or schema name in the "USE CATALOG | SCHEMA" command is invalid
Throws when the catalog or schema name in the "USE CATALOG | SCHEMA" command is invalid
- command
string "USE CATALOG" or "USE SCHEMA"
- name
the invalid catalog or schema name
- reason
the reason why the name is invalid
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def pipelineLocalDatasetNotDefinedError(datasetName: String): SparkException
Throws when a dataset is marked as internal but is not defined in the graph.
Throws when a dataset is marked as internal but is not defined in the graph.
- datasetName
the name of the dataset that is not defined
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unableToInferSchemaError(tableIdentifier: TableIdentifier, inferredSchema: StructType, incompatibleSchema: StructType, cause: Option[Throwable] = None): AnalysisException
Throws if the latest inferred schema for a pipeline table is not compatible with the table's existing schema.
Throws if the latest inferred schema for a pipeline table is not compatible with the table's existing schema.
- tableIdentifier
the identifier of the table that was not found
- def unresolvedTablePath(identifier: TableIdentifier): SparkException
Throws when a table path is unresolved, i.e.
Throws when a table path is unresolved, i.e. the table identifier does not exist in the catalog.
- identifier
the unresolved table identifier
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)