parthchandra commented on issue #1499: URL: https://github.com/apache/datafusion-comet/issues/1499#issuecomment-2715087772
> does this indicate that the operating system used for compiling Comet should be consistent with the one used for running it Well yes, you must at least have a compatible version of glibc. This is not specific to Comet, but any native code you build on one system and run on another needs to have compatibility between the build environment and the runtime environment even if the architectures are the same. > Additionally, I observed another issue: the size of the comet-spark-spark3.4_2.12-0.6.0.jar I compiled is approximately 28 MB, whereas the published JAR is about 82 MB. Why is there such a difference? This may be because the published jar has libs for both `linux/aarch64` and `linux/amd64` architectures. (Also. see this: https://github.com/apache/datafusion-comet/pull/932#issuecomment-2349614678 for some history) -- 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