pan3793 opened a new issue, #270:
URL: https://github.com/apache/datasketches-memory/issues/270
### Background
Apache Spark currently supports Java 17 and 21, and I'm exploring making it
support Java 25. As a result, it must use datasketches-java 6.2.0 for
compatibility, which stops work on Java 25
```
Cause: java.lang.NoClassDefFoundError: Could not initialize class
org.apache.datasketches.memory.internal.BaseWritableMemoryImpl
at
org.apache.datasketches.memory.WritableMemory.writableWrap(WritableMemory.java:333)
at
org.apache.datasketches.memory.WritableMemory.writableWrap(WritableMemory.java:275)
at
org.apache.datasketches.frequencies.ItemsSketch.toByteArray(ItemsSketch.java:509)
```
### Expectation
I understand that Java 17/21/25 is not supported by `datasketches-memory`
3.0.2, but I'd like to run it in limited mode with Java 25, as it does on Java
17/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]