hvanhovell opened a new pull request, #47806: URL: https://github.com/apache/spark/pull/47806
### What changes were proposed in this pull request? This PR adds Encoders.javaSerialization to connect. It does this by creating an encoder that does not really encode data, but that transforms into something that can be encoded. This is also useful for situations in which we want to define custom serialization logic. ### Why are the changes needed? This change increases parity between the connect and classic scala interfaces. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Added tests for both Arrow and Expression encoders. ### 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]
