findepi opened a new pull request, #12489: URL: https://github.com/apache/datafusion/pull/12489
The argument types are moved into `create_udf` so moving also `return_type` would increase API consistency. Internally, the `create_udf` unwrapped or cloned (so moves) the passed in return type Arc, so there was no non-API benefit from using a shared pointer. -- 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]
