Github user databricks-david-lewis commented on a diff in the pull request:
https://github.com/apache/spark/pull/22102#discussion_r210051880
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
---
@@ -1704,6 +1704,7 @@ class Analyzer(
def apply(plan: LogicalPlan): LogicalPlan = plan transformUp {
case p if !p.resolved => p // Skip unresolved nodes.
+ case ab: AnalysisBarrier => apply(ab.child)
--- End diff --
Is it okay to lose the AnalysisBarrier here?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]