cloud-fan commented on code in PR #54126:
URL: https://github.com/apache/spark/pull/54126#discussion_r2838200385
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala:
##########
@@ -457,7 +457,27 @@ trait CheckAnalysis extends LookupCatalog with
QueryErrorsBase with PlanToString
WindowResolution.validateResolvedWindowExpression(w)
case s: SubqueryExpression =>
- checkSubqueryExpression(operator, s)
+ // Check if this subquery is inside a generated column expression
Review Comment:
where do we check subquery expressions for other unsupported operators?
--
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]