Class UnresolvedDatasetException

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

public class UnresolvedDatasetException extends AnalysisException implements scala.Product, Serializable
Exception raised when a flow tries to read from a dataset that exists but is unresolved

param: identifier The identifier of the dataset

See Also:
  • Constructor Details

    • UnresolvedDatasetException

      public UnresolvedDatasetException(org.apache.spark.sql.catalyst.TableIdentifier identifier)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • identifier

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