alexandreyc commented on PR #20868:
URL: https://github.com/apache/datafusion/pull/20868#issuecomment-4067721389

   Thanks @2010YOUY01 for your reply.
   
   I updated the PR replacing `is_builtin() -> bool` by `origin() -> UDFOrigin` 
where `UDFOrigin` is `enum { BuiltIn, SparkCompat, UserDefined }`.
   
   Also, I added a default implementation for the new method that returns 
`UDFOrigin::UserDefined` so that we don't break existing users. This also 
allows to make the PR slightly shorter.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to