gaojun2048 edited a comment on issue #1882: URL: https://github.com/apache/arrow-datafusion/issues/1882#issuecomment-1053574320
> In the PR: https://github.com/apache/arrow-datafusion/pull/1881 I refer to https://adventures.michaelfbryan.com/posts/plugins-in-rust/ and https://michael-f-bryan.github.io/rust-ffi-guide/dynamic_loading.html These two articles are used to design UDF plugin. The idea requires that the crate type of the plug-in must be cdylib .According to the preliminary test, there is no problem of statically compiled plugins won't end up forgotten in binaries. Sorry, I'm not very familiar with Python. If you like, you can help implement the code related to datafusion python. thank you! -- 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]
