vladimirg-db commented on code in PR #50285:
URL: https://github.com/apache/spark/pull/50285#discussion_r2054618132


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/subquery.scala:
##########
@@ -412,12 +426,19 @@ case class ScalarSubquery(
   override def withNewPlan(plan: LogicalPlan): ScalarSubquery = copy(plan = 
plan)
   override def withNewOuterAttrs(outerAttrs: Seq[Expression]): ScalarSubquery 
= copy(
     outerAttrs = outerAttrs)
+  override def withNewOuterScopeAttrs(

Review Comment:
   Can we add newlines here and in other places? It's very hard to head a code 
like this.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to