Lordworms commented on code in PR #9226:
URL: https://github.com/apache/arrow-datafusion/pull/9226#discussion_r1491384503


##########
datafusion/execution/src/registry.rs:
##########
@@ -44,10 +44,7 @@ pub trait FunctionRegistry {
     ///
     /// Returns an error (the default) if the function can not be registered,
     /// for example if the registry is read only.
-    fn register_udf(&mut self, _udf: Arc<ScalarUDF>) -> 
Result<Option<Arc<ScalarUDF>>> {
-        not_impl_err!("Registering ScalarUDF")
-    }
-
+    fn register_udf(&mut self, _udf: Arc<ScalarUDF>) -> 
Result<Option<Arc<ScalarUDF>>>;

Review Comment:
   OK, got it



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