Packages

c

org.apache.spark.sql.pipelines.graph

CircularDependencyException

case class CircularDependencyException(downstreamTable: TableIdentifier, upstreamDataset: TableIdentifier) extends AnalysisException with Product with Serializable

Raised when there's a circular dependency in the current pipeline. That is, a downstream table is referenced while creating a upstream table.

Source
PipelinesErrors.scala
Linear Supertypes
Product, Equals, AnalysisException, WithOrigin, SparkThrowable, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CircularDependencyException
  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 CircularDependencyException(downstreamTable: TableIdentifier, upstreamDataset: TableIdentifier)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val cause: Option[Throwable]
    Definition Classes
    AnalysisException
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. val context: Array[spark.QueryContext]
    Definition Classes
    AnalysisException
  9. 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): AnalysisException
    Definition Classes
    AnalysisException
  10. val downstreamTable: TableIdentifier
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val errorClass: Option[String]
    Definition Classes
    AnalysisException
  13. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  14. def getBreakingChangeInfo(): BreakingChangeInfo
    Definition Classes
    SparkThrowable
  15. def getCause(): Throwable
    Definition Classes
    Throwable
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. 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
  18. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  19. def getMessage(): String
    Definition Classes
    AnalysisException → Throwable
  20. def getMessageParameters(): Map[String, String]
    Definition Classes
    AnalysisExceptionSparkThrowable
  21. def getQueryContext(): Array[spark.QueryContext]
    Definition Classes
    AnalysisExceptionSparkThrowable
  22. def getSimpleMessage: String
    Definition Classes
    AnalysisException
  23. def getSqlState(): String
    Definition Classes
    SparkThrowable
  24. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  25. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  26. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isInternalError(): Boolean
    Definition Classes
    SparkThrowable
  29. val line: Option[Int]
    Definition Classes
    AnalysisException
  30. val message: String
    Definition Classes
    AnalysisException
  31. val messageParameters: Map[String, String]
    Definition Classes
    AnalysisException
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. lazy val origin: Origin
    Definition Classes
    AnalysisException → WithOrigin
  36. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  37. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  38. def printStackTrace(): Unit
    Definition Classes
    Throwable
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  41. val startPosition: Option[Int]
    Definition Classes
    AnalysisException
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any
  44. val upstreamDataset: TableIdentifier
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. 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