gianm commented on PR #12745:
URL: https://github.com/apache/druid/pull/12745#issuecomment-1175785759

   The jdk15 tests are failing because of an issue with AllocateDirectMap from 
datasketches-memory. The patch uses this library to map frame files > 2GB in 
size, because MappedByteBuffer can't handle them. The library only formally 
supports up through jdk13, and it appears that in this case, it's using a 
method that is no longer available in jdk15. I'll need to find a solution to 
this. The rest of the tests are passing, so this doesn't need to block review.


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