hvanhovell opened a new pull request, #40055: URL: https://github.com/apache/spark/pull/40055
### What changes were proposed in this pull request? The `ProtoToPlanTestSuite` were broken for Scala 2.13 . This was caused by the following two problems: - Explain output between 2.12 and 2.13 is not stable because we render collection implementations as well. For this I changed the rendering of the offending classes to be version agnostic. - UDF code had deserialization issues. This was always the risk. I have removed those tests, we will work on improving UDF coverage in a follow-up. ### Why are the changes needed? We want to test Scala 2.13 as well. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Test only change. -- 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]
