Packages

c

org.apache.spark.sql.pipelines.graph

UnresolvedPipelineException

case class UnresolvedPipelineException(graph: DataflowGraph, directFailures: Map[TableIdentifier, Throwable], downstreamFailures: Map[TableIdentifier, Throwable], additionalHint: Option[String] = None) extends AnalysisException with Product with Serializable

Exception raised when a pipeline has one or more flows that cannot be resolved

directFailures

Mapping between the name of flows that failed to resolve (due to an error in that flow) and the error that occurred when attempting to resolve them

downstreamFailures

Mapping between the name of flows that failed to resolve (because they failed to read from other unresolved flows) and the error that occurred when attempting to resolve them

Source
PipelinesErrors.scala
Linear Supertypes
Product, Equals, AnalysisException, WithOrigin, SparkThrowable, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnresolvedPipelineException
  2. Product
  3. Equals
  4. AnalysisException
  5. WithOrigin
  6. SparkThrowable
  7. Exception
  8. Throwable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UnresolvedPipelineException(graph: DataflowGraph, directFailures: Map[TableIdentifier, Throwable], downstreamFailures: Map[TableIdentifier, Throwable], additionalHint: Option[String] = None)

    directFailures

    Mapping between the name of flows that failed to resolve (due to an error in that flow) and the error that occurred when attempting to resolve them

    downstreamFailures

    Mapping between the name of flows that failed to resolve (because they failed to read from other unresolved flows) and the error that occurred when attempting to resolve them

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. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  5. val additionalHint: Option[String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val cause: Option[Throwable]
    Definition Classes
    AnalysisException
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. val context: Array[spark.QueryContext]
    Definition Classes
    AnalysisException
  10. def copy(message: String = this.message, line: Option[Int] = this.line, startPosition: Option[Int] = this.startPosition, cause: Option[Throwable] = this.cause, errorClass: Option[String] = this.errorClass, messageParameters: Map[String, String] = this.messageParameters, context: Array[spark.QueryContext] = this.context, sqlState: Option[String] = this.sqlState, messageTemplate: Option[String] = this.messageTemplate): AnalysisException
    Definition Classes
    AnalysisException
  11. def copy(message: String, line: Option[Int], startPosition: Option[Int], cause: Option[Throwable], errorClass: Option[String], messageParameters: Map[String, String], context: Array[spark.QueryContext]): AnalysisException
    Definition Classes
    AnalysisException
  12. val directFailures: Map[TableIdentifier, Throwable]
  13. val downstreamFailures: Map[TableIdentifier, Throwable]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val errorClass: Option[String]
    Definition Classes
    AnalysisException
  16. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  17. def getBreakingChangeInfo(): BreakingChangeInfo
    Definition Classes
    SparkThrowable
  18. def getCause(): Throwable
    Definition Classes
    Throwable
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def getCondition(): String

    Succinct, human-readable, unique, and consistent representation of the error condition.

    Succinct, human-readable, unique, and consistent representation of the error condition. If null, error condition is not set.

    Definition Classes
    AnalysisExceptionSparkThrowable
  21. def getDefaultMessageTemplate(): String

    Returns the default message template for this error.

    Returns the default message template for this error.

    The template is a machine-readable string with placeholders to be filled by getMessageParameters().

    This is the default template known to Spark, but clients are free to generate their own messages (e.g., translations, alternate formats) using the provided error metadata.

    returns

    the default message template for this error, or null if unavailable

    Definition Classes
    AnalysisExceptionSparkThrowable
  22. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  23. def getMessage(): String
    Definition Classes
    AnalysisException → Throwable
  24. def getMessageParameters(): Map[String, String]
    Definition Classes
    AnalysisExceptionSparkThrowable
  25. def getQueryContext(): Array[spark.QueryContext]
    Definition Classes
    AnalysisExceptionSparkThrowable
  26. def getSimpleMessage: String
    Definition Classes
    AnalysisException
  27. def getSqlState(): String
    Definition Classes
    AnalysisExceptionSparkThrowable
  28. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  29. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  30. val graph: DataflowGraph
  31. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isInternalError(): Boolean
    Definition Classes
    SparkThrowable
  34. val line: Option[Int]
    Definition Classes
    AnalysisException
  35. val message: String
    Definition Classes
    AnalysisException
  36. val messageParameters: Map[String, String]
    Definition Classes
    AnalysisException
  37. val messageTemplate: Option[String]
    Definition Classes
    AnalysisException
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  41. lazy val origin: Origin
    Definition Classes
    AnalysisException → WithOrigin
  42. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  43. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  44. def printStackTrace(): Unit
    Definition Classes
    Throwable
  45. def productElementNames: Iterator[String]
    Definition Classes
    Product
  46. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  47. val sqlState: Option[String]
    Definition Classes
    AnalysisException
  48. val startPosition: Option[Int]
    Definition Classes
    AnalysisException
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. def withPosition(origin: Origin): AnalysisException
    Definition Classes
    AnalysisException

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def getErrorClass(): String

    Succinct, human-readable, unique, and consistent representation of the error category.

    Succinct, human-readable, unique, and consistent representation of the error category. If null, error class is not set.

    Definition Classes
    SparkThrowable
    Annotations
    @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from AnalysisException

Inherited from WithOrigin

Inherited from SparkThrowable

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped