Class CircularDependencyException

Object
Throwable
Exception
org.apache.spark.sql.AnalysisException
org.apache.spark.sql.pipelines.graph.CircularDependencyException
All Implemented Interfaces:
Serializable, SparkThrowable, org.apache.spark.sql.catalyst.trees.WithOrigin, scala.Equals, scala.Product

public class CircularDependencyException extends AnalysisException implements scala.Product, Serializable
Raised when there's a circular dependency in the current pipeline. That is, a downstream table is referenced while creating a upstream table.
See Also:
  • Constructor Details

    • CircularDependencyException

      public CircularDependencyException(org.apache.spark.sql.catalyst.TableIdentifier downstreamTable, org.apache.spark.sql.catalyst.TableIdentifier upstreamDataset)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • downstreamTable

      public org.apache.spark.sql.catalyst.TableIdentifier downstreamTable()
    • upstreamDataset

      public org.apache.spark.sql.catalyst.TableIdentifier upstreamDataset()