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

   > Its great to have a test with invalid function, the function which is not 
parseable or compilable.
   > 
   > And the next question if the user created functions `f1` and `f2`, can 
`f1` be called inside `f2`?
   
   I think it is important to note that this PR does NOT actually add any 
support for `CREATE FUNCTION` by default in DataFusion. Instead it sets up the 
plumbing for people to add their own `CREATE FUNCTION` support
   
   Thus, the answer to this question is "it depends on whatever the user has 
coded the `FunctionFactory` to do


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