yyy1000 opened a new issue, #9336: URL: https://github.com/apache/arrow-datafusion/issues/9336
### Is your feature request related to a problem or challenge? Part of #9285 Substrait only register BuiltinScalarFunction. If we port BuiltInFunctons to datafusion-functions-* crates, then substrait can't call ScalarFunction because they can't find, see: https://github.com/apache/arrow-datafusion/pull/9313#discussion_r1498624486 ### Describe the solution you'd like I'm not quiet clear how to solve this, maybe we can register the functions in datafusion-functions-* like before, i.e. using an enum to contain all functions? ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
