vladimirg-db commented on code in PR #50769: URL: https://github.com/apache/spark/pull/50769#discussion_r2068750033
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/resolver/NameScope.scala: ########## @@ -712,13 +745,21 @@ class NameScopeStack extends SQLConfHelper { * was nullable in either old hidden output or new output, it must stay nullable in new hidden * output as well. */ - def overwriteOutputAndExtendHiddenOutput(output: Seq[Attribute]): Unit = { + def overwriteOutputAndExtendHiddenOutput( Review Comment: Ah, good catch! -- 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