hvanhovell opened a new pull request, #42387: URL: https://github.com/apache/spark/pull/42387
### What changes were proposed in this pull request? This PR adds the `udf` (with a return type), and `callUDF` functions to `functions.scala` for the Spark Connect Scala Client. ### Why are the changes needed? We want the Spark Connect Scala Client to be as compatible as possible with the existing sql/core APIs. ### Does this PR introduce _any_ user-facing change? Yes. It adds more exposed functions. ### How was this patch tested? Added tests to `UserDefinedFunctionE2ETestSuite` and `FunctionTestSuite`. I have also updated the compatibility checks. -- 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]
