You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "epsio-banay (via GitHub)" <gi...@apache.org> on 2023/06/07 16:26:51 UTC

[GitHub] [arrow-datafusion] epsio-banay opened a new issue, #6588: Configure prioritization of UDF over scalar built-in function in case of name collision

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] epsio-banay closed issue #6588: Prioritize UDF over scalar built-in function in case of name collision

Posted by "epsio-banay (via GitHub)" <gi...@apache.org>.
epsio-banay closed issue #6588: Prioritize UDF over scalar built-in function in case of name collision
URL: https://github.com/apache/arrow-datafusion/issues/6588


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org