alamb commented on PR #8039:
URL: 
https://github.com/apache/arrow-datafusion/pull/8039#issuecomment-1792477140

   > What do you think is a good implementation plan for the next step?
   
   
   I was thinking one next step might be to try and port a few BuiltInFunctions 
to be ScalarUDFs (maybe the string functions or the crypto functions) -- 
specifically remove them from the `BuiltInFunction` enum and make sure all the 
tests still pass
   
   I think that would force is to figure out How to register these functions 
with the FunctionRegistry by default, and other potential touchpoints there 
might be
   
   I will try and write up some ideas later todya


-- 
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]

Reply via email to