EnricoMi commented on code in PR #39754: URL: https://github.com/apache/spark/pull/39754#discussion_r1700455704
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/namedExpressions.scala: ########## @@ -415,6 +415,25 @@ case class PrettyAttribute( override def nullable: Boolean = true } +/** + * An expression that has to be resolved against a scope of resolved attributes. + */ +case class ScopedExpression(expr: Expression, scope: Seq[Attribute]) Review Comment: As in bb1468ad876ccc9c77c3af25945c35301a5f9114? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org