leerho commented on issue #5589: URL: https://github.com/apache/druid/issues/5589#issuecomment-857235884
With the datasketches.java <= 2.0.0, and datasketches.memory <= 1.3.0, the compatibility issue with JDK 9+ occurs when you try to create your own off-heap (Direct) memory segments using the Memory component. If you are using off-heap memory segments created with ByteBuffer and then use datasketches to access them it should not be a problem. On Tue, Jun 8, 2021 at 11:07 AM Gian Merlino ***@***.***> wrote: > @tanisdlj <https://github.com/tanisdlj> well, we use datasketches too and > Java 11 has been working fine for us. I guess that we must not be using the > pieces of datasketches that aren't yet compatible with Java 11. So it could > be worth a try, even though it's not officially supported yet. Fwiw, we are > mostly using the hll, theta, and quantiles sketches. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/druid/issues/5589#issuecomment-856982223>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/ADCXRQTY3O4HYYVRTZNEDJLTRZL4JANCNFSM4EZIPVXQ> > . > -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
