aokolnychyi commented on code in PR #53196:
URL: https://github.com/apache/spark/pull/53196#discussion_r2558108695
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala:
##########
@@ -1207,6 +1207,8 @@ class Analyzer(
val relation = table match {
case u: UnresolvedRelation if !u.isStreaming =>
resolveRelation(u).getOrElse(u)
+ case r: V2TableReference =>
Review Comment:
Can this ever be `DataSourceV2Relation` itself? I am asking primarily as
there is `resolveAsV2Relation` that handles both below.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]