gortiz commented on issue #17416: URL: https://github.com/apache/pinot/issues/17416#issuecomment-3745794525
Hi @tohidemyname, Pinot is compiled with Java 11, but it runs perfectly fine with Java 21. In fact, the default docker images we provide are based on Java 17 and 21. There are some dependencies we have that cannot be used in Java >21, and that is the only reason why we are not providing Docker images for Java 25. So feel free (and even encouraged) to run Pinot with Java 21. -- 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]
