pan3793 commented on issue #270: URL: https://github.com/apache/datasketches-memory/issues/270#issuecomment-3821597663
> You may have to stick with Java 8/11 until Spark is fully compatible with Java 25. @leerho This is actually a blocker for Spark to be fully compatible with Java 25. Spark currently uses Java 17 as a baseline, and is trying its best to be compatible with new Java versions. Before moving the baseline to Java 25, it must at least be compatible with Java 25, so it's a deadlock ... As a fundamental library, I wonder if datasketches could leverage modern Java techniques like JEP [238: Multi-Release JAR Files](https://openjdk.org/jeps/238) to have one unified version to support Java 17/21/25? -- 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]
