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 SummaryConstructorsConstructorDescriptionUnresolvedDatasetException(org.apache.spark.sql.catalyst.TableIdentifier identifier) 
- 
Method SummaryMethods inherited from class org.apache.spark.sql.AnalysisExceptioncause, context, copy, copy, errorClass, getCondition, getDefaultMessageTemplate, getMessage, getMessageParameters, getQueryContext, getSimpleMessage, getSqlState, line, message, messageParameters, messageTemplate, origin, sqlState, startPosition, withPositionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.spark.SparkThrowablegetBreakingChangeInfo, getErrorClass, isInternalError
- 
Constructor Details- 
UnresolvedDatasetExceptionpublic UnresolvedDatasetException(org.apache.spark.sql.catalyst.TableIdentifier identifier) 
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1) 
- 
toString
- 
identifierpublic org.apache.spark.sql.catalyst.TableIdentifier identifier()
 
-