pgwhalen commented on issue #33: URL: https://github.com/apache/datafusion-java/issues/33#issuecomment-4500259693
I have a [github workflow](https://github.com/pgwhalen/datafusion-java/blob/1c20733aa8b008315af6092a912b58ef3df6a482/.github/workflows/publish-ffi.yml#L170-L378) that builds a fat JAR for 5 platforms including windows and publishes it to github packages, but I've only tested it for macOS aarch64 and Linux x86_64, and it uses [gradle tasks](https://github.com/pgwhalen/datafusion-java/blob/1c20733aa8b008315af6092a912b58ef3df6a482/datafusion-ffi-java/build.gradle#L381) instead of maven. It could be a source of inspiration but I'm not sure there's any point from doing it differently from Comet. Personally I have no use for windows support yet. -- 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]
