leventov opened a new issue #4027: Problematic third-party dependencies when moving from ByteBuffers to Memory URL: https://github.com/apache/incubator-druid/issues/4027 Main issue is #3892 - Roaring depends on ByteBuffers. Should either be merged into Druid codebase (see https://groups.google.com/d/msg/druid-development/Q039gtYVSQM/TgFzzezJCwAJ), or Roaring upstream library should adopt `Memory` (unlikely). cc @lemire - https://github.com/jpountz/lz4-java supports only `byte[]` and `ByteBuffer`. Should likely be merged into Druid to add `Memory` support. Or merged into Memory library itself? or another separate library, lz4-memory, should be created? More problematic dependencies, when found, to be mentioned and discussed in comments. cc @leerho
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
