epsio-banay opened a new issue, #6588:
URL: https://github.com/apache/arrow-datafusion/issues/6588

   ### Is your feature request related to a problem or challenge?
   
   When a user defined function (UDF) is registered with a name that is already 
taken by a built-in scalar function it will never be called.
   For example if I register a UDF with "abs" as name, it will always be 
shadowed by the built-in abs function.
   I would like to have the ability to control whether UDFs are prioritized 
because I would like to have different signatures for some of the built scalar 
functions.
   
   ### Describe the solution you'd like
   
   A configuration property that lets you control whether UDFs are prioritized 
or not.
   
   ### 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]

Reply via email to