cloud-fan commented on a change in pull request #35361:
URL: https://github.com/apache/spark/pull/35361#discussion_r802603058
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
##########
@@ -1200,6 +1200,11 @@ class Analyzer(override val catalogManager:
CatalogManager)
val newRelation = multi.newInstance()
newRelation.copyTagsFrom(multi)
newRelation
+ case view @ View(_, _, child: LogicalPlan) =>
Review comment:
May I have more context to understand this bug? `View` is a unary node,
so the rule `DeduplicateRelations` should be able to deduplicate the underlying
parquet scan relation.
--
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]