alamb commented on issue #11618:
URL: https://github.com/apache/datafusion/issues/11618#issuecomment-2248668609

   I agree with what @2010YOUY01  says
   
   Some additional comments about "Planning Error" are that for most UDFs that 
provide a signature DataFusion will ensure that the function is called with one 
of the valid types. 
   
   The UDF can assume the inputs are one of the valid combinations
   
   If it wants to check and validate, it should return an internal_err if the 
planner provides arguments that don't match one of its proposed signatures


-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to