apache / pinot

Apache Pinot - A realtime distributed OLAP datastore
https://pinot.apache.org/
Apache License 2.0
5.41k stars 1.27k forks source link

Bump org.apache.datasketches:datasketches-java from 6.0.0 to 6.1.0 #14027

Open abhioncbr opened 5 days ago

abhioncbr commented 5 days ago

Check the failures here

Jackie-Jiang commented 4 days ago

Seems all the failures are with java 21

Jackie-Jiang commented 4 days ago

Seeing this exception. Seems java 21 is no longer supported.

2024-09-18T19:01:55.7652987Z Caused by: java.lang.IllegalArgumentException: Unsupported JDK Major Version. It must be one of 1.8, 8, 11, 17: 21.0.4
2024-09-18T19:01:55.7654805Z    at org.apache.datasketches.memory.internal.ResourceImpl.checkJavaVersion(ResourceImpl.java:146)
2024-09-18T19:01:55.7656546Z    at org.apache.datasketches.memory.internal.ResourceImpl.parseJavaVersion(ResourceImpl.java:383)
2024-09-18T19:01:55.7660195Z    at org.apache.datasketches.memory.internal.ResourceImpl.<clinit>(ResourceImpl.java:87)
2024-09-18T19:01:55.7661248Z    ... 48 more
Jackie-Jiang commented 4 days ago

This is the related change that throws exception on java 21: https://github.com/apache/datasketches-memory/pull/209