SiHuoGe commented on code in PR #38703:
URL: https://github.com/apache/spark/pull/38703#discussion_r1103197882


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/subquery.scala:
##########
@@ -355,7 +355,7 @@ case class ListQuery(
       plan.canonicalized,
       outerAttrs.map(_.canonicalized),
       ExprId(0),
-      childOutputs.map(_.canonicalized.asInstanceOf[Attribute]),
+      plan.canonicalized.output,

Review Comment:
   I'm experiencing the similar issue after upgrading Spark version from 3.2 to 
3.3 when updating AWS EMR version from 6.7.0 to 6.9.0.  May I ask which Spark 
version this issue starts with? And I'm wondering if Spark has any plan on 
pushing this fix?



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