cloud-fan commented on code in PR #50822:
URL: https://github.com/apache/spark/pull/50822#discussion_r2078770836


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/subquery.scala:
##########
@@ -66,7 +66,8 @@ abstract class PlanExpression[T <: QueryPlan[_]] extends 
Expression {
  * A base interface for expressions that contain a [[LogicalPlan]].
  *
  * @param plan: the subquery plan
- * @param outerAttrs: the outer references in the subquery plan
+ * @param outerAttrs: the outer references in the subquery plan and a boolean 
flag marking whether
+ *                  the outer reference can be resolved in its immediate 
parent plan or not.

Review Comment:
   ```suggestion
    *                  the outer reference can be resolved in its immediate 
outer plan or not.
   ```



-- 
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]

Reply via email to