Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/20094#discussion_r158889013
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
---
@@ -723,7 +726,7 @@ class Analyzer(
s.withNewPlan(dedupOuterReferencesInSubquery(s.plan,
attributeRewrites))
}
}
- AnalysisBarrier(newRight)
+ newRight
--- End diff --
newRight is introduced before to be wrapped in `AnalysisBarrier`. We can
get rid of it now.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]