peter-toth commented on code in PR #52763:
URL: https://github.com/apache/spark/pull/52763#discussion_r2470614028
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala:
##########
@@ -120,7 +120,6 @@ object MergeScalarSubqueries extends Rule[LogicalPlan] {
/**
* An item in the cache of merged scalar subqueries.
*
- * @param attributes Attributes that form the struct scalar return value of
a merged subquery.
Review Comment:
This is actually the duplicate of the `.output` of the merged plan so we can
get rid of it.
--
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]