leerho commented on issue #12261: URL: https://github.com/apache/druid/issues/12261#issuecomment-1105892955
@gianm @imply-cheddar @kfaraz This is to let you know that [datasketches-java 3.2.0-RC1](https://lists.apache.org/thread/2ft96szssk29sglgsrofzdbh25jntr43) is up for vote. This release contains two important features requested by Druid or Druid users: - This release extends the quantiles KLL sketch to include both doubles and float types as well as full updatable operation off-heap in contiguous memory. - This release also adds two new methods to Theta Union based on the discussion on Druid issue # 12261: - getCurrentBytes() This behaves similarly to the Theta Sketch method by the same name. - getMaxUnionBytes() This behaves similarly to the static Theta / Sketches method by the same name, but is non-static and returns the maximum stored bytes for this union given its nominal entries configuration. If you would like to vote, please do :) Thanks, Lee. -- 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]
