pan3793 commented on issue #270:
URL: 
https://github.com/apache/datasketches-memory/issues/270#issuecomment-3828240772

   Have a look more closely, I found the root cause actually is hidden by 
`NoClassDefFoundError`
   
   ```
   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)
   ```
   
   I opened https://github.com/apache/datasketches-memory/pull/271 to add Java 
25 to the allow list, and have some smoke tests with the latest Spark, it seems 
to work the same as Java 17 and 21.
   
   @leerho, do you think we can process it in this direction before Spark moves 
to Java 25+? And if so, is ds-memory able to deploy a SNAPSHOT or RC version to 
the Maven repo so I can run full integration tests with Apache Spark?


-- 
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]

Reply via email to