关注 spark技术分享,
撸spark源码 玩spark最佳实践

UnresolvedRelation

UnresolvedRelation Leaf Logical Operator for Table Reference


UnresolvedRelation is a leaf logical operator to represent a table reference in a logical query plan that has yet to be resolved (i.e. looked up in a catalog).

Note

If after Analyzer has finished analyzing a logical query plan the plan has still a UnresolvedRelation it fails the analyze phase with the following AnalysisException:

UnresolvedRelation is created when:

Tip

Use table operator from Catalyst DSL to create a UnresolvedRelation logical operator, e.g. for testing or Spark SQL internals exploration.

Note
UnresolvedRelation is resolved to…​FIXME
赞(0) 打赏
未经允许不得转载:spark技术分享 » UnresolvedRelation
分享到: 更多 (0)

关注公众号:spark技术分享

联系我们联系我们

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏