cloud-fan commented on code in PR #39754:
URL: https://github.com/apache/spark/pull/39754#discussion_r1741359900
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala:
##########
@@ -310,6 +316,22 @@ trait CheckAnalysis extends PredicateHelper with
LookupCatalog with QueryErrorsB
ColumnDefinition.checkColumnDefinitions(operator)
var stagedError: Option[() => Unit] = None
+
+ getAllExpressions(operator).foreach(_.foreach {
Review Comment:
there is another `getAllExpressions(operator).foreach(_.foreachUp {` below.
Can we handle `ScopedExpression` there?
--
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]