andygrove commented on issue #1989: URL: https://github.com/apache/datafusion-comet/issues/1989#issuecomment-3354527581
I manually created Spark 4 jars for the 0.10.1 release, so I understand what is needed now. We need to: - Update `dev/release/build-release-comet.sh` to add a line for building Spark 4 jars - We need to make sure that we use Java 11 for building Spark 3.x jars and Java 17 for building Spark 4.x jars. Perhaps it is possible to just use Java 17 for all builds and make sure that we are setting the correct Java build version in Maven for each profile -- 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]
