LukaZdravic commented on code in PR #58827: URL: https://github.com/apache/spark/pull/58827#discussion_r4063873796
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala: ########## @@ -17,6 +17,7 @@ Review Comment: Fixed description, and behaviour diff that you mentioned in second bullet point. Now spark rejects right away plain structs rather then leading on and then failing at deeper stages of execution. Thanks great 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: [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]
