advancedxy commented on issue #369: URL: https://github.com/apache/datafusion-comet/issues/369#issuecomment-2151114500
> We plan to do binary release, although it might not be able to catch up the 0.1.0 source release. I think we are on the same page. > Comet involves native code, so it becomes more complicated than pure Java/Scala projects. We need to include pre-built binaries for different platforms in the published jar. yes, it might be a bit complicated. But I think the rust toolchain has done an excellent job of cross compiling. If I'm not wrong, the Makefile in this repo already has `release-linux` target, which builds both linux/mac(both intel and arm cpus) libs. It should be a good starting point. > Even though a maven artifact would not be published, it does allow projects to build their own, or even add comet as a git submodule, based on a relatively 'stable' version. Of course, that could be an option. However, a maven artifact should be the convenient/easy way for people in the JVM echosystem. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
