2010YOUY01 commented on PR #8039: URL: https://github.com/apache/arrow-datafusion/pull/8039#issuecomment-1791913755
Thank you, I think it's a good idea. Now for scalar functions there are two execution paths: `BuitlinScalarFunction` and `ScalarUDF`, this way we are moving towards using `ScalarUDF` as the unified path. What do you think is a good implementation plan for the next step? I was thinking about making a converter from `BuiltinScalarFunction` -> `ScalarUDF` first, and let all `BuiltinScalarFunction`s use `ScalarUDF` as the execution path. After that `ScalarUDF` should be extended to cover full functionalities, then the migrating step will be much easier -- 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]
