KKcorps opened a new pull request, #9013: URL: https://github.com/apache/pinot/pull/9013
With the introduction of Spark 3.X, the current apache commons lang3 version causes issue when used with Java 11. The error is due no Enums being present for Java 11 in SystemUtils class. The fix is either to shade the commons lang lib in all the plugins (not just spark plugin) or upgrade the lib. https://stackoverflow.com/questions/65118291/how-to-fix-nullpointerexception-org-apache-commons-lang3-systemutils-java-speci -- 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]
