Skip to content

Releases: apache/datasketches-hive

HLL sketch UDAFs and UDFs

26 Jun 23:20
Compare
Choose a tag to compare
  • added DataToSketchUDAF, UnionSketchUDAF, SketchToEstimateUDF and UnionSketchUDF for HLL sketch

Align with core 0.10.0

19 Jun 23:12
Compare
Choose a tag to compare
  • This is based on sketches-core-0.10.0 and memory-0.10.1
  • Tuple Sketch: added ArrayOfDoublesSketchToValuesUDTF to dump values

Align with core 0.8.2

16 Nov 22:01
Compare
Choose a tag to compare
  • Fixed Memory shading problem. The shaded hive jar now includes both the shaded core and shaded memory code.
  • Added TupleSketch UDFs

Align with core 0.7.0

12 Aug 20:07
Compare
Choose a tag to compare
  • Added frequent items sketch UDFs
  • Added parameter K to quantiles sketch union UDAFs
  • Added UDFs to get K from quantiles sketches
  • Heavy refactoring of theta sketch UDFs, added seed support, changed the default number of nominal entries to be consistent with core library, fixed treatment of empty sketches in union
  • Added UDFs to get PMF from quantiles sketches
  • Code style and documentation improvements

Align with core 0.6.0

30 Jun 01:55
Compare
Choose a tag to compare

Major Additions

Doubles Quantiles Sketch

Generic Quantiles Sketch with additional String implementation

Fixes

  • In DataToSketchUDAF, it was restricted to only Writable types, now allows any input types.

Other

  • Minor performance improvements.
  • Javadoc improvements

Align with core 0.3.0

29 Jun 01:03
Compare
Choose a tag to compare
  • Update Set Operations

Align with core 0.2.2

29 Jun 01:01
Compare
Choose a tag to compare
  • Updated Set Operations for Hive

Open Source

29 Jun 00:58
Compare
Choose a tag to compare

Initial Open Source Release aligned with sketches-core 0.2.0