timsaucer commented on issue #1193: URL: https://github.com/apache/datafusion-python/issues/1193#issuecomment-3134263515
Ok, I think I see what is happening then. I do think this is a problem of the unstable ABI. Are all of the extension points you're trying to get into python UDFs? If so it may be not too difficult. I just put up [this repo](https://github.com/timsaucer/datafusion_extension_type_examples) for the purpose of demonstrating extension types, but I think it may be a good example for your use as well. Specifically as long as you use 48.0.0 (both rust and python) you should be able to expose your UDFs like in [this library](https://github.com/timsaucer/datafusion_extension_type_examples/blob/main/python/src/lib.rs) -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org