jchen5 commented on code in PR #45652:
URL: https://github.com/apache/spark/pull/45652#discussion_r1536238049
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/higherOrderFunctions.scala:
##########
@@ -138,4 +141,16 @@ object ResolveLambdaVariables extends Rule[LogicalPlan] {
case _ =>
e.mapChildren(resolve(_, parentLambdaMap))
}
+
+ /**
+ * SPARK-47509: There is a correctness bug when lambdas or higher-order
functions appear within
Review Comment:
Comment should be updated too: appear within -> contain
--
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]