yashmayya commented on PR #17021: URL: https://github.com/apache/pinot/pull/17021#issuecomment-3407481509
Hmm looks like this requires Java 25: ``` Error: Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.6.0:shade (default) on project pinot-spark-2-connector: Error creating shaded jar: Problem shading JAR /home/runner/.m2/repository/com/dynatrace/hash4j/hash4j/0.27.0/hash4j-0.27.0.jar entry META-INF/versions/25/com/dynatrace/hash4j/hashing/FFMUtil$MemorySegmentByteAccess.class: java.lang.IllegalArgumentException: Unsupported class file major version 69 -> [Help 1] ``` https://github.com/dynatrace-oss/hash4j/releases/tag/v0.27.0 -- 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]
