hvanhovell opened a new pull request, #49701: URL: https://github.com/apache/spark/pull/49701
### What changes were proposed in this pull request? This PR removes SparkStrategy from the Connect shims. ### Why are the changes needed? SparkStrategy in Connect shims is causing some headaches Scala reflection based tests in the Catalyst (see https://github.com/apache/spark/pull/48818). This was the smallest change that fixes this particular issues. Another approach would have been to split the shims projects into a sql-shims and a core-shims project. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. I manually executed `org.apache.spark.sql.catalyst.encoders.EncoderResolutionSuite` in both SBT and Maven. ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
