gianm commented on issue #12838: URL: https://github.com/apache/druid/issues/12838#issuecomment-1229133888
#12838 dodges the incompatibility between DataSketches Memory and JDK17. After speaking with the DataSketches team I learned it's safe to use the current version of DataSketches (and future 8+11 compatible versions) as long as we avoid allocations or memory maps using `Memory.map`, `WritableMemory.map`, and `WritableMemory.allocateDirect`. -- 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]
