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 Summary
ConstructorsConstructorDescriptionUnresolvedDatasetException
(org.apache.spark.sql.catalyst.TableIdentifier identifier) -
Method Summary
Methods inherited from class org.apache.spark.sql.AnalysisException
cause, context, copy, errorClass, getCondition, getMessage, getMessageParameters, getQueryContext, getSimpleMessage, line, message, messageParameters, origin, startPosition, withPosition
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
Methods inherited from interface org.apache.spark.SparkThrowable
getErrorClass, getSqlState, isInternalError
-
Constructor Details
-
UnresolvedDatasetException
public UnresolvedDatasetException(org.apache.spark.sql.catalyst.TableIdentifier identifier)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
identifier
public org.apache.spark.sql.catalyst.TableIdentifier identifier()
-