Skip to content

Apache Release 3.2.0

Compare
Choose a tag to compare
@leerho leerho released this 27 Apr 19:36
· 750 commits to master since this release
  • 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 Sketches method by the same name, but is non-static and returns the maximum stored bytes for this union given its nominal entries configuration.