AlexanderSaydakov opened a new pull request, #14334: URL: https://github.com/apache/druid/pull/14334
Description This is to update the datasketches-java dependency to the latest 4.0.0 release with some API changes, and also to datasketches-memory-2.2.0 Some expectations in the unit tests were changed because in this version of datasketches-java all quantile sketches have "inclusive" mode by default. It is possible, if necessary, to use sketches in the "exclusive" mode explicitly to get the same functionality as before, but in my view it is not necessary, and most users won't notice any difference. It might happen to be important for someone in some special circumstances, but I doubt that. Perhaps even better would be to introduce a parameter, so that the mode could be chosen by the user, but that is a lot more work. -- 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]
