yyy1000 opened a new issue, #9136: URL: https://github.com/apache/arrow-datafusion/issues/9136
### Is your feature request related to a problem or challenge? When I read the document of https://arrow.apache.org/datafusion/library-user-guide/adding-udfs.html I found it still use `create_udf` to create a scalarUDF. It would be deprecated in the new version. ### Describe the solution you'd like Update the doc using`impl ScalarUDFImpl ` to create the scalarUDF. ### Describe alternatives you've considered _No response_ ### Additional context I can work on it if it's worth doing! -- 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]
