gaojun2048 edited a comment on pull request #1881: URL: https://github.com/apache/arrow-datafusion/pull/1881#issuecomment-1068870286
> In general I think the design with respect to plugins is that they are loaded into the ExecutionContext (or SessionContext when that works is merged) at startup and then internally the context is used Yes, I think so. > @gaojun2048 Not sure how soon you will be able to get back to this, but if you want I can work on a PR to do the UDF/UDAF deserialization using the `ExecutionContext`. That`s great. If so, I will modify this PR, delete the changes related to UDF/UDAF deserialization, and only retain the function of load udf_plugin and register UDF/UDAF to ExecutionContext. -- 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]
