pan3793 commented on PR #54477: URL: https://github.com/apache/spark/pull/54477#issuecomment-3995298003
@cboumalh Additionally, integrating and testing performance with the new version `datasketches-java` on JDK 21 and 25 will be a good supplement for us to evaluate escalating the minimal JDK version requirement in the next major version - Spark 5.x. - https://github.com/apache/datasketches-java/releases/tag/8.0.0 (for Java 21, not sure if compatible with Java 25) - https://github.com/apache/datasketches-java/releases/tag/9.0.0 (for Java 25, but I think the code can be tuned to support JDK 21+) For example, if we see great performance in `datasketches-java:8.0.0`, it could be a good reason for Spark 5.x to drop JDK 17 support. -- 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]
