milenkovicm commented on code in PR #9333:
URL: https://github.com/apache/arrow-datafusion/pull/9333#discussion_r1509959181


##########
datafusion/core/src/execution/context/mod.rs:
##########
@@ -1306,6 +1381,12 @@ pub struct SessionState {
     table_factories: HashMap<String, Arc<dyn TableProviderFactory>>,
     /// Runtime environment
     runtime_env: Arc<RuntimeEnv>,
+    /// [FunctionFactory] to support pluggable user defined function handler.
+    /// It is invoked on `CREATE FUNCTION` and `DROP FUNCTION` statements.
+    ///
+    /// Datafusion generic SQL dialect does not support `CRETE FUNCTION` 
statement

Review Comment:
   updated 



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