gaojun2048 commented on pull request #1881: URL: https://github.com/apache/arrow-datafusion/pull/1881#issuecomment-1058759101
> > Yes. from this issue [rust-lang/rfcs#600](https://github.com/rust-lang/rfcs/issues/600) I sea Rust doesn’t have a stable ABI, meaning different compiler versions can generate incompatible code. For these reasons, the UDF plug-in must be compiled using the same version of rustc as datafusion. > > That makes sense -- it might help to add a comment to the source code explaining that rationale (so that future readers understand as well) Ok, I will add a comment. -- 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]
